Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-30 | Allow attributes in if-else, assert directive's conditions | Boris Kolpackov | 1 | -1/+2 | |
2019-09-30 | Handle attributes in switch value and pattern expressions | Boris Kolpackov | 1 | -0/+8 | |
2019-09-30 | Add support for custom match/extract functions in switch expression | Boris Kolpackov | 1 | -6/+15 | |
2019-09-30 | Allow multiple `case` for single line/block | Boris Kolpackov | 1 | -1/+7 | |
2019-09-30 | Pattern matching support (switch): single value implementation | Boris Kolpackov | 1 | -0/+9 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -1/+5 | |
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time. | |||||
2019-07-25 | Implement pre-parse mode for parse_names_trailer() | Karen Arutyunov | 1 | -0/+3 | |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+673 | |