Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TCL parser in java To Parse Tcl script Code

Status
Not open for further replies.

wadio

Programmer
Aug 3, 2018
1
MA
hi there i hava a file in Jacl/TCL and i want to parse this file and get the abstract syntax tree or anything that help me understand the source code in TCL OR jacl scripting Language
*****
The Jacl OR Tcl/Java project's goal is to make integrating the Java platform and the Tcl scripting language as easy as possible.
more info here ****
any help plz hit me black.bug0 @ gmail .com or here
thx in advance
 
Which bit don't you not understand?

From parse.java, it is not an LALR compiler. Possibly recursive descent.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top