Advertisement

Basic Scripting Engine

Started by November 10, 2000 02:31 PM
2 comments, last by jim bob 24 years, 1 month ago
Hello. I was wondering, if someone could show me the code to create a very basic scripting engine. For example, a Win32 Con. App. in VC++, which reads some info or keywords from a .txt file and executes them or processes the info somehow. Code and or web sites would be greatly appreciated. Thanks in advance! I am not worthy of a sig!
I am not worthy of a sig! ;)
Hi!

Check out the ''Implementing A Scripting Engine'' series on FlipCode:

http://www.flipcode.com/tutorials.shtml

Have fun

MK42
Advertisement
Go look at LUA, it''s a open-source embedded scripting language done in C. It''s quite nice:

http://www.tecgraf.puc-rio.br/lua/

Morbo
Though an old fashioned book instead of a web site Writing Compilers and Interpreters by Ronald Mak is good and also in C++.
Keys to success: Ability, ambition and opportunity.

This topic is closed to new replies.

Advertisement