Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-18 | Port to MinGW | Karen Arutyunov | 1 | -1/+1 | |
2016-04-02 | Add attribute syntax infrastructure | Boris Kolpackov | 1 | -1/+1 | |
2016-01-21 | Add support for ==, != in eval context | Boris Kolpackov | 2 | -0/+20 | |
2015-12-03 | Implement if-else conditions | Boris Kolpackov | 3 | -0/+126 | |
if if! elif elif! else The expression should evaluate to true of false. The if! and elif! versions are provided as shortcuts to writing if (!...). See tests/if-else for examples. |