hexaredecimal / ML

A small general purpose programming language for programming on the JVM. packages: https://smllpkgs.onrender.com/
https://smllang.gitbook.io
Other
14 stars 1 forks source link

Parser Complete Rewrite #26

Open hexaredecimal opened 2 months ago

hexaredecimal commented 2 months ago

SMLL is now becoming more and more useful and stable, but still the error are unbearable. I need to rewrite the parser using the chumsky parser for proper error messages and better maintanability.