c272 / iro4cli

An open-source rewrite of Iro, a grammar generator, supporting automatic VSCode & Atom extension generation.
GNU General Public License v3.0
35 stars 5 forks source link

VS Code Extension #5

Open apalaniuk opened 3 years ago

apalaniuk commented 3 years ago

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 grammars easy would be excellent. While this could be done separately, being made part of this repo directly would allow it to leverage, and stay in sync with, the ANTLR grammar directly, which seems ideal.

Thoughts?

c272 commented 3 years ago

That sounds like a good idea, my first thought would be to make this a build step that uses the program to generate it's own VSCode extension.

I'll work on this in some form when I have some spare time over the next few days.

ghost commented 2 years ago

Progress check?