concrete-syntax-tree Questions
9
I've been reading a bit about how interpreters/compilers work, and one area where I'm getting confused is the difference between an AST and a CST. My understanding is that the parser makes a CST, h...
Flatus asked 11/12, 2009 at 15:33
1
Solved
What are the general strategies for reducing a parse tree (ie. concrete syntax tree) into an abstract syntax tree?
For example, I have the following grammar rule:
statement_list : statement
| st...
Fecula asked 30/7, 2013 at 1:25
1
Solved
I've been doing research on compilers. The lexer seems to be very straight forward: Take a "sentence" and break it up into words (or tokens). To ensure correct grammar a parser is needed. The parse...
Sheath asked 26/2, 2012 at 19:35
5
Does anyone know where to find good online resources with examples of how to make grammars and parse trees? Preferably introductory materials.
Info that is n00b friendly, haven't found anything goo...
Forester asked 17/9, 2008 at 13:18
1
© 2022 - 2024 — McMap. All rights reserved.