Closed rtyler closed 4 years ago
This pull request is a work in progress.
These changes implement an ANTLR4 parse tree listener which will allow converting a .otto file into an "Orf" (Otto Representation Format), which can be used internally for execution of the pipeline
.otto
Orf
I've abandoned my TypeScript hacking here for Otto.
This pull request is a work in progress.
These changes implement an ANTLR4 parse tree listener which will allow converting a
.otto
file into an "Orf
" (Otto Representation Format), which can be used internally for execution of the pipeline