Add support for loadable modules on POSIX systems

This commit is contained in:
Jason Turner
2009-09-06 23:33:03 +00:00
parent cba5731576
commit 7cc6a3cab9
10 changed files with 196 additions and 10 deletions

View File

@@ -23,6 +23,8 @@
#include "dispatchkit/function_call.hpp"
namespace chaiscript
{
typedef ModulePtr (*Create_Module_Func)();
/**
* Types of AST nodes available to the parser and eval
*/