Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-23 | Implement automatic loading of directory buildfiles | Boris Kolpackov | 1 | -3/+1 | |
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/ | |||||
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-12-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 1 | -1/+1 | |
2016-11-25 | Distinguish token quoting type and completeness | Boris Kolpackov | 1 | -1/+1 | |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 1 | -1/+1 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. | |||||
2016-11-04 | Start unit-tests/ with test/script/lexer | Boris Kolpackov | 1 | -0/+7 | |