1
vote

Writing a Simple DSL Compiler with Delphi [4. Parser]
The Delphi Geek
– This article provides a description of a parser used in my toy language project. If you are new to this series, I would recommend to start reading with this post.Please note that this article describes an initial implementation of the parser. If you want to browse the code while reading the article, make sure that you have switched to branch dsl_v1.After a short break I'm returning to my "toy compiler" series. This time I'll describe the working of the parser - the part of the code which reads the input (usually in a tokenized form) and generates internal representation of the ...
Statistics
|
Visits by Source |
User Actions |