keleshev / mini

Mini: Interpreter and a programming language implemented in Python
MIT License
144 stars 17 forks source link

how to modify #1

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi I created my own programming language with flex and bison, now how can i put this in your interpreter? Thanks in advanced

keleshev commented 8 years ago

Could you clarify? I'm not sure I understand your question.

ghost commented 8 years ago

Can I use your interpreter for my own programming language?

keleshev commented 8 years ago

Please, do. I added a license file to the project: https://github.com/keleshev/mini/blob/master/LICENSE-MIT

ghost commented 8 years ago

Ok Thanks, but how can I modify for read my language? Thanks in advance

keleshev commented 8 years ago

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.

ghost commented 8 years ago

ok thanks