savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
153 stars 12 forks source link

Finish grammar/building of the self-hosted parser. #466

Closed jemc closed 1 year ago

jemc commented 1 year ago

As of now, the self-hosted parser can parse (and build AST for) all of the .savi files on my computer. Obviously I haven't gone through all of the ASTs by hand to confirm that they are being built 100% correctly, so there may still be bugs, but I'm confident enough to call the basic parsing/building structures done.

Next steps on this: