Declarations processing and type checking

pwcremin@earthlink.net (Patrick)
26 Jan 2001 17:00:53 -0500

          From comp.compilers

Related articles
Declarations processing and type checking pwcremin@earthlink.net (2001-01-26)
| List of all articles for this month |

From: pwcremin@earthlink.net (Patrick)
Newsgroups: comp.compilers
Date: 26 Jan 2001 17:00:53 -0500
Organization: www.compiler.com
Keywords: symbols, comment
Posted-Date: 26 Jan 2001 17:00:52 EST

When using a table driven parser instead of a recursive descent parser
how do you implement declarations processing and type checking? This
is killing me! Information about symbol table design would also be
appreciated (this is for a pascal type language).
[I don't see why it makes any difference. You process the declarations
when you recognize them, and check types when you use symbols. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.