This is an in development minimalistic IDE for ANTLRv4. It is not currently stable and only for a competition currently. Current Version : 0.9 for branches Windows + Gtk. Currently work on an (Avalonia)[https://avaloniaui.net/] based version as Eto does not have a text editor component and we would like to have better Syntax Diagrams that can be built upon.
Eto | Avalonia | |
---|---|---|
*Syntax Diagram Library | ✅ | ❌ |
*Dynamically Generated Syntax Diagrams with hypertext references | ✅ | ❌ |
*Tree Layout Library | ✅ | ❌ |
*Dynamically Generated Syntactic Trees, depending on a given grammar | ✅ | ❌ |
*Text Editor for the current grammar with basic syntax highlighting and intellisense | ❌ | ✅ |
Will be updated to 1.0 when it is added.