Our New Fully Functional Parser Engine
Our new Syntax Parsing Framework is a fully functional parser engine that can take a programming language and parse it into its language specific tokens, keywords and constructs. This library, in conjunction with a rich text editor, can provide full-blown language editing capabilities with text highlighting.
Features at a Glance
- EBNF Support – Feed in a language’s EBNF, and the syntax library will be able to parse it through and recognize the keywords, tokens and language construct.
- Attach a RichTextEditor – Easily attach the syntax library to RichTextEditor, enabling the user to edit the language currently loaded in the Syntax Library. Highlight language keywords, mark for errors and compile the language using the text editor.