Posted By:
Anonymous
Posted On:
Wednesday, April 22, 2009 09:05 AM
Hi,
I have worked a bit on ANTLR.
I have some queries:
1.Is debugging possible on a intermediate code.
2.We are planning to define our own scripting language
like say we write a test case TC01 and we use the same in another testcase TC01 like we do imports in java or using in C#.
How does ANLTR handle this? Does it compile once and then leaves it or it compiles the user libraries everytime it finds one.