Related articles |
---|
Symbol Table problems in Pascal languages family pjmlp@students.si.fct.unl.pt (1996-10-08) |
Re: Symbol Table problems in Pascal languages family buehlman@iwf.bepr.ethz.ch (1996-10-10) |
Re: Symbol Table problems in Pascal languages family luginb_c@simultan.ch (1996-10-15) |
Re: Symbol Table problems in Pascal languages family dlmoore@ix.netcom.com (David L Moore) (1996-10-15) |
Re: Symbol Table problems in Pascal languages family josuka@inf.deusto.es (1996-10-16) |
Re: Choosing a language for compiler design bmd@cs.kuleuven.ac.be (Bart Demoen) (1996-10-20) |
Re: Choosing a language for compiler design pbrisset@apoge.eis.enac.dgac.fr (Pascal Brisset) (1996-10-24) |
From: | pjmlp@students.si.fct.unl.pt (Paulo Jose Matos Lopes Pinto) |
Newsgroups: | comp.compilers |
Date: | 8 Oct 1996 00:13:14 -0400 |
Organization: | Faculdade de Ciencias e Tecnologia, Univ. Nova de Lisboa,Portugal |
Keywords: | Pascal, question, symbols |
I'm trying to do a compiler for a language that derives from Pascal
(Oberon).
The problem is with the symbol table for types, because the types have to
be type-name compatible and not structured compatible, that makes a bit hard
to manipulate the builtin names,like CHAR, REAL, among others.
I decided to create symbols that relate with them, but this solution is a
problem if the user decides to create an identifier with the same name that
a builtin symbol.
Some help would be welcome.
--
| Paulo Pinto, pjmlp@students.si.fct.unl.pt |
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.