commands.tex 562 B

123456789101112131415161718192021222324252627282930
  1. \section{Commands}
  2. Synrc mad has a simple interface as follows:
  3. \vspace{1\baselineskip}
  4. \begin{lstlisting}
  5. BNF:
  6. invoke := mad params
  7. params := [] | run params
  8. run := command [ options ]
  9. command := app | lib | deps | compile | bundle
  10. start | stop | repl
  11. \end{lstlisting}
  12. \vspace{1\baselineskip}
  13. It seems to us more natural, you can specify random
  14. commands set with different specifiers (options).
  15. \subsection{deps}
  16. \subsection{compile}
  17. \subsection{plan}
  18. \subsection{repl}
  19. \subsection{bundle}
  20. \subsection{app}