Related articles |
---|
quickest parser for compiler pshiu@dexter.transmeta.com (Pun Hang Shiu) (2001-08-02) |
From: | Pun Hang Shiu <pshiu@dexter.transmeta.com> |
Newsgroups: | comp.compilers,comp.lang.tcl |
Date: | 2 Aug 2001 02:44:27 -0400 |
Organization: | Transmeta Corporation |
Keywords: | parse, interpreter, question |
Posted-Date: | 02 Aug 2001 02:44:26 EDT |
Does anyone use tcl to make a parser (can handle instances of object)?
If so, how one can use as much tcl as possible?
(i.e. syntax if (i>1) begin ... end instead of
if {$i>1} {...})
Regards,
Pun
Return to the
comp.compilers page.
Search the
comp.compilers archives again.