Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-18 | killed warning | Marius Kintel | |
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵ | Marius Kintel | |
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used) | |||
2013-04-26 | Experiment: Lazy evaluation of argument lists in evaluation context. Allows ↵ | Marius Kintel | |
e.g. for loop variables to be dependent on each other | |||
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel | |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval ↵ | Marius Kintel | |
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 |