rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

WIP: Implementing the parse listener #22

Closed rtyler closed 4 years ago

rtyler commented 5 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

rtyler commented 4 years ago

I've abandoned my TypeScript hacking here for Otto.