
Hi,
I have a question about the Actipro Parser.
Previously, I used Irony to "compile" from a custom language to javascript.
Now, I want to Add Editor feature, and the LL Parser is great and better than Irony to interact with code editor control.
But I want to know if and how I can use it with the Lexer as a standalone package. I want my standalone compiler to be based on the new LL Parser not old Irony one, But without the parsing service used with the editor, I don't know how to get a string source be parsed and returning my custom AST...
If someone can help..
Thanx.
Francois.