How to make a simple embeddable scripting language for C++? -


i'm building game engine , can't quite find scripting language want, , embeddable c++. therefor, natural solution build own.

i know basics flex, bison, peg/leg, , little vms. can use knowledge build small scripting language game engine? how implement embedded language? i'm not sure start off building such small language.

a common scripting language use c++ lua. can implement luabind or binding, there plenty (and there tutorials write own).

another option use python boost.


Comments

Popular posts from this blog

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -