LL Parser to be used standalone

SyntaxEditor for WPF Forum

Posted 10 years ago by Francois Skorzec
Version: 14.1.0602
Avatar

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.

Comments (2)

Answer - Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Francois,

Check out the "Text/Parsing Framwork / Parsing / Parsers" topic in the documentation.  At the end of that is a section called "Quickly Parsing a Text String" that tells you how to pass a text string and have it return the IParseData results, which will contain your AST.


Actipro Software Support

Posted 10 years ago by Francois Skorzec
Avatar

Thank you very much !!!

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.