Re: [tcljava-dev] Parsing Jacl
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-03-07 23:21:09
|
On Mon, 7 Mar 2005 15:10:54 -0500 vm...@en... wrote: > Thank you Mo DeJong for the reply. It helped a lot. However, I have a small > concern. What would happen to the tclparser when, in the process of parsing, > it comes across some Jacl constructs which are not found in Tcl (for example, > a command to access a Java library)? In that case, we might need to extend the > tclparser, right? The Tcl parser parses Tcl syntax. The Tcl commands defined in Tcl are not part of the syntax. So, Jacl commands will be parsed just like any other Tcl commands. cheers Mo DeJong |