iro4cli
iro4cli copied to clipboard
An open-source rewrite of Iro, a grammar generator, supporting automatic VSCode & Atom extension generation.
Hi, are there any plans on adding Sublime3 support? What is the technical work involved in adding support for Sublime3 exporter? (Hoping I may be able to contribute in some...
I think it should be easy since it looks similar to the Atom spec. See here: https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json This variant is more readable and better for maintenance.
Hi! I was wondering how hard would it be to support ANTLR 4 or [Langium](https://langium.org/) grammars as input or to at least generate one of them as output. The reason...
Using some online tools like https://www.bottlecaps.de/rr/ui and https://www.bottlecaps.de/convert/ we can have a nice navigable railroad diagram. Copy and paste the `EBNF` shown bellow on https://www.bottlecaps.de/rr/ui on the tab `Edit Grammar`...
Even though I would remove this flag for different reasons, I suggest you to change this to something like `--gen-vscode-extension` or similar. Being only `--vscode` makes me think, the output...
Do you have any opinions on making a VS Code extension part of this project's road map? I understand that it's currently CLI-focused, though an extension to make authoring Iro...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...