Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-01 | Move old tests to old-tests/ | Boris Kolpackov | 1 | -5/+0 | |
2015-12-02 | Implement optional module loading | Boris Kolpackov | 1 | -0/+5 | |
The syntax is: using? cli Now each module use results in two bool variables: <module>.loaded and <module>.configured. Also implement variable visibility (the above two variables are limited to project). |