
Submitted by:
Date Created:
Sun, 2016-01-17 16:46
Date Updated:
Wed, 2022-12-14 09:49
DSL Forge is a generator of domain-specific language (DSL) editors for web applications. The tool allows getting automatically web-based textual editors from ANTLR grammars: given a grammar specification, the JavaScript parser and lexer generated by ANTLR, are automatically integrated to the wonderful ACE editor. The generator also supports porting Xtext grammars to the Eclipse Remote Application Platform (RAP). Below the features bound by default in the generated editors: - Syntax highlighting, - Syntax validation, - Content assist, - Sever-side semantic validation, - Scoping, - Template proposals, - Text hovering, - Default Key bindings, - Undo/Redo Support, - Code Folding, - Brace Matching. Check out our live demo on www.dslforge.org