Open sourcing Ezno's parser #2
Pinned
kaleidawave
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Got round to open sourcing Ezno's parser. This repository will be a monorepo and will eventually include the checker, the LSP and JSX compiler. You can read the latest on Ezno here.
The public project currently has one command that you can try today. You can run the
ast-explorer
by runningcargo install ezno
and then runningezno-cli ast-explorer full-ast
to view the abstract syntax tree Ezno parses. (there are a few other subcommands you can also play around with).This is a (more manageable) stepping stone for the full type checker and build tool. Want to setup and test some of the infrastructure in the open as soon as possible.
This is a quick announcement. I am working on a write up for some of the cool things in the parser which should be published in a week or two, so stay tuned!
Find any issues with the parsing, visiting or stringing? Want to contribute code? Post and read issues here.
Have any questions, ideas or thoughts? Post them in discussions
Beta Was this translation helpful? Give feedback.
All reactions