I want to understand how the source code is compiled from text. #2644
Abijeet123
started this conversation in
Explorer
Replies: 1 comment
-
The README is probably the best place to go for that kind of overview. Some of the subdirectories of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to build a REPL for the language. I would like to know how the source code is compiled from the text. You can just point out what are the functions involved for lexical analysis to parsing it to building the ast and finally executing the ast. Thanks and regards.
Beta Was this translation helpful? Give feedback.
All reactions