hawkw / seax

A VM-based runtime environment for functional programming languages
http://hawkweisman.me/seax/
MIT License
45 stars 5 forks source link

Rewrite Scheme parser using parser-combinators-language #87

Open hawkw opened 9 years ago

hawkw commented 9 years ago

https://github.com/Marwes/parser-combinators-language adds an extension to parser-combinators for making common programming languages parsing tasks easier. Might be worth rewriting the Scheme parser using that; it could be simpler and possibly more performant.