-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement parser and typescript code generator #5
Conversation
I would've called directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left some comments along the code, but actually the main comment is that didn't we want to have our parser to be a wasm allowing it to be re-used from other languages? As such wouldn't it be better to use rust for implementing it then? I checked candid and they use logos
as lexer in conjunction with larlpop
as parser for building AST
@NikVolf , @osipov-mit
No description provided.