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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -