antlr / antlr4-lab

A client/server for trying out and learning about ANTLR
MIT License
34 stars 11 forks source link

Allow use of local file system #24

Closed teverett closed 1 year ago

teverett commented 1 year ago

It would be great to be able to point the tool to the local FS where a grammar is located and work on that grammar

parrt commented 1 year ago

Yeah totally. Wondered about that but might have js/browser security restrictions. This features makes it very close to an IDE ;)

parrt commented 1 year ago

Maybe drag-n-drop is better than file chooser? both?

parrt commented 1 year ago

Works great! But took all day to figure out that crap :(