summaryrefslogtreecommitdiff
path: root/lib/module_loader.cpp
AgeCommit message (Collapse)Author
2013-08-04gras: jit factory automatically adds GRAS_ROOT include pathJosh Blum
2013-07-27gras: work on module loading and python factoryJosh Blum
naming convention, path convention, env var convention, And, make a python factory -- but its a little halfassed. You see, we didnt do the swig director thing yet, so C++ cant yet create python blocks from the factory.
2013-07-17gras: module loading is recursive and takes filesJosh Blum
2013-07-07gras: added module loaderJosh Blum