otto/grammar
R Tyler Croy 42a10e3b9b
Automatically test parsing of all the .otto examples in the examples/ directory
2019-07-07 09:00:31 -07:00
..
__tests__ Automatically test parsing of all the .otto examples in the examples/ directory 2019-07-07 09:00:31 -07:00
Makefile Move the grammar into its own directory 2019-07-06 18:37:03 -07:00
Otto.g4 Add tests for the configure block, and update the grammar to allow an empty block 2019-07-06 19:20:52 -07:00
OttoLexer.g4 Move the grammar into its own directory 2019-07-06 18:37:03 -07:00
README.adoc Move the grammar into its own directory 2019-07-06 18:37:03 -07:00
utils.ts Refactor the test support tooling for the parser. 2019-07-06 19:13:53 -07:00

README.adoc

<html lang="en"> <head> </head>

Otto Grammars

This directory contains the Antlr v4 grammars for parsing the modeling language that Otto uses for describing a continuous delivery process.

</html>