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
Post a Comment