remusao / Bison-Flex-CPP-template

A C++ template for Bison / Flex projects
MIT License
34 stars 7 forks source link

no license #1

Closed x37v closed 6 years ago

x37v commented 6 years ago

Would be great if you could add a license so that folks can for your project and use it as the base for their own.

remusao commented 6 years ago

Thanks for the suggestion, I will look into it.

remusao commented 6 years ago

@x37v I added an MIT license: 818ebc448656e2bb6b18d9e89b0228f5ba8f8cc9 I hope this works for you.

x37v commented 6 years ago

@remusao that is fantastic! Thank you. I hope that the work I use your template for will eventually be useful for pure data and MIT derived work should be compatible with that project.

remusao commented 6 years ago

@x37v I'm very happy that you find this template useful! Let me know if I can help in any way, the project looks really interesting.

x37v commented 6 years ago

@remusao Thank you! I spent a while trying to roll my own, I found the documentation for bison to be a bit obtuse, but your project got me to a starting off point very quickly after I found it. I'll certainly send pull requests if I make any changes that seem like they'd benefit the base project.

x37v commented 6 years ago

@remusao hey, I posted the project that I used your parser template for: https://github.com/x37v/jit-expr .. in case you're interested in checking it out.