Nomos configuration scripting language parser #2
Closed
pewpewpotato
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Normos needs to compile the configuration scripting language but before it can compile to file the file needs to be parsed. A compiler needs a parser to convert flat sequences of tokens into a structured, hierarchical form (the AST), enabling the compiler to understand and process the program correctly.
Beta Was this translation helpful? Give feedback.
All reactions