foo123 / ace-grammar

Transform a JSON grammar into a syntax-highlight parser for ACE Editor
https://foo123.github.io/examples/ace-grammar/
36 stars 8 forks source link

License missing #3

Closed deadbytes closed 9 years ago

deadbytes commented 9 years ago

What's the license to use and extend this project (it works great, by the way)?

foo123 commented 9 years ago

Thanks nice to hear that, it is unlicence, or free as in free beer and free speech!

foo123 commented 9 years ago

Actually latest update (which removed extra depedencies and refactored code) has a regression bug in that the worker error validators (for ACE) do not seem to work. It is going to be fixed (the syntax-highlight works fine though), but due to other projects do not have the time right now

foo123 commented 9 years ago

Just to notify that new update in ace-grammar (v. 0.11) fixes issue with lint annotations in worker (as mentioned in previous comment of mine), plus some other changes (e.g make grammar specification easier, more BNF-like, etc..)

foo123 commented 9 years ago

Uploaded v. 1.0 with full support for BNF-like syntax notation plus fixed tag matching actions