Open ghost opened 8 years ago
Could you clarify? I'm not sure I understand your question.
Can I use your interpreter for my own programming language?
Please, do. I added a license file to the project: https://github.com/keleshev/mini/blob/master/LICENSE-MIT
Ok Thanks, but how can I modify for read my language? Thanks in advance
I would recommend to watch this screencast: https://youtu.be/1h1mM7VwNGo Then, to try change the mini language grammar to match your language grammar, one feature at a time.
ok thanks
Hi I created my own programming language with flex and bison, now how can i put this in your interpreter? Thanks in advanced