200sc / bebop

bebop wire format in Go
Apache License 2.0
69 stars 5 forks source link

Support returning multiple errors from compilation #10

Open 200sc opened 3 years ago

200sc commented 3 years ago

Code generation is currently split into three components, and all of them will need adjustments to report multiple errors:

Tokenization:

Parsing:

Generation:

200sc commented 2 years ago

With bebop v0.3.0, Tokenization is complete.