Added a missing piece (was "Trouble with Parsing C")
1 view
Skip to first unread message
Helmut Giese
unread,
Jun 30, 2004, 6:23:33 AM6/30/04
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello out there, it seems like the lexer from http://mini.net/tcl/3891 and the parser from http://mini.net/tcl/3906 have not yet been used together - at least I was unable to find any code which showed 'how to'.
But Tcl being what it is, it was easy to write a small adapter class which makes it possible to combine the two. I added it (plus a small driver script) to http://mini.net/tcl/3906.