You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can provide an example of generating a parser of simple programming language.
It is a TODO.
What do you mean in "generate simple programming language"?
nimly is a lexer/parser generator and it is out of scope to support the full process to make compilers or processors.
However, nimly works like de fact tools (lex and yacc).
So, you can find easy examples using yacc and they are very helpful for you.
(for example, https://github.com/search?q=tinyc+yacc , https://github.com/search?q=interpreter+yacc)
some kind of translation process is fine. anyway make it as a task to todo list is fine. this project looks good to me, maybe I just need enough knowledge to work with it. thanks for your suggestion, I'll take look at these.
It's still long way for me doing things after reading a whole book. if you could provide a simple example that would be huge helpful.
The text was updated successfully, but these errors were encountered: