Aman Dureja
Aman Dureja
We need to migrate the Flow monad, GraphFlow, and other dependencies too before we can migrate the coder, right?
One option here is to add a boolean tag field like `generateCoders` to the DSL from which the type is being generated. That way the user is able to decide...
Started working on this, on the branch `feature-65-go`.
TODO: figure out how to represent the following productions: ``` newline = /* the Unicode code point U+000A */ . unicode_char = /* an arbitrary Unicode code point except newline...
TODO: figure out how to represent keywords: ``` break default func interface select case defer go map struct chan else goto package switch const fallthrough if range type continue for...
Leaving this comment as a reminder to myself: I need to set up the simplest possible test case to quickly validate that I'm doing things correctly. I think a good...