summaryrefslogtreecommitdiffstats
path: root/src/interpreter.c
Commit message (Collapse)AuthorAgeFilesLines
* Make functions use the updates in the apiDetlev Casanova2010-07-161-16/+2
| | | | | | | | | | | | | | | Fix memory management errors, add a construction function for string list Fix laymanAPIGetInfo() to use a list of tuples Fix laymanAPIGetInfo() not to crash Add a function to the layman API to get information from a list of overlays Check all python objects after a call to Python Use asserts when PyObject_IsTrue returns -1 Add comments where necessary Implement missing functions : laymanAPIAddRepo, laymanAPIDeleteRepo Modify the Message class constructor to only take mandatory arguments, other arguments can be set with the corresponding methods
* Add some methods to Overlay, fix some warningsDetlev Casanova2010-07-091-0/+4
|
* Restructure classes.Detlev Casanova2010-07-091-126/+20
|
* Tests the layman's overlays APIDetlev Casanova2010-07-091-43/+110
|
* Add examples for method execution from an instance of an objectDetlev Casanova2010-07-061-75/+60
|
* Add compile command lineDetlev Casanova2010-07-061-0/+4
|
* Now working execute function (only for functions)Detlev Casanova2010-07-061-33/+204
|
* Add interpreter version : shorter, more reliableDetlev Casanova2010-07-051-0/+58