Related articles |
---|
Relational Database for Symbol Tables? Parsing Tables? awolfe_ii@yahoo.com (2001-10-20) |
Re: Relational Database for Symbol Tables? Parsing Tables? ck@kuckuk.com (Carsten Kuckuk) (2001-10-23) |
Re: Relational Database for Symbol Tables? Parsing Tables? rleddy@svn.net (2001-10-27) |
From: | awolfe_ii@yahoo.com (Andrew D. Wolfe, Jr.) |
Newsgroups: | comp.compilers |
Date: | 20 Oct 2001 21:57:49 -0400 |
Organization: | http://groups.google.com/ |
Keywords: | parse, question |
Posted-Date: | 20 Oct 2001 21:57:49 EDT |
A colleague and I are involved in a project for parsing large numbers
of rules in a new language he is defining. He's planning to use
javacc as the parser generator.
I would like to store the symbol tables (at least) and hopefully the
parse/lex tables in a database. A downstream goal is supporting
dynamic additions or alterations to syntax and symbols. However, my
other responsibilities prohibit me from doing an in-depth analysis of
the data and perform a thorough data design. So I'm looking for a leg
up.
While I'm reasonably knowledgeable about language/compiler basics, I
certainly don't know if anyone has done this or if there are drafts or
guides for using a database for driving a compiler.
Can someone chime in and let me know?
Regards,
Andrew Wolfe
Return to the
comp.compilers page.
Search the
comp.compilers archives again.