X
X
XY2019-12-10 11:12:49
Books
XY, 2019-12-10 11:12:49

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

3 answer(s)
S
Sergey Gornostaev, 2019-12-10
@sergey-gornostaev

SICP can be read for starters.

R
Rsa97, 2019-12-10
@Rsa97

The Book of Dragons describes translators from the very basics. You just need these basics (finite automata and grammars) and you need.

A
Andrey, 2019-12-10
@poslannikD

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 question

Ask a Question

731 491 924 answers to any question