BASIC programming language interpreter based on Boost.Spirit X3 #731
black-square
started this conversation in
Show and tell
Replies: 1 comment
-
That is wonderful, Dmitry! Thanks for sharing! I'm sorry, I haven't been active with Spirit lately. Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As an engineering challenge, I've implemented BASIC interpreter using Boost.Spirit X3.
It's functional enough to run some text-based games from 80-s and other programs.
https://github.com/black-square/BASIC-boost.spirit
Please take a look if you have a moment. I would be happy to answer any questions or to hear any feedback.
Also, it's MIT licensed so feel free to use it in any way you want.
Beta Was this translation helpful? Give feedback.
All reactions