Answer the question
In order to leave comments, you need to log in
What can you read about parsing synatctic constructions?
Interested in writing parsers and compilers.
What can be read on this topic? So far, only interested in something simple. I want to write a parser for json structures and jquery queries as the first project, then move on to SQL.
I thought about trying to start with the book of dragons, but it seemed to me that it was about full-fledged (Turing-complete) languages.
Answer the question
In order to leave comments, you need to log in
The Book of Dragons describes translators from the very basics. You just need these basics (finite automata and grammars) and you need.
In principle, for starters, you can watch this course https://www.youtube.com/watch?v=ot-IMy_4ENg&list=P... based on it, I managed to build a full-fledged parser for Java / Rust of a similar language. And also there is absolutely no grammar and other heresy, but there is everything you need to interest a beginner.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question