Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-09 | Tests cleanup (take 2) | Karen Arutyunov | 1 | -3/+0 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2017-01-05 | Tests cleanup | Karen Arutyunov | 1 | -1/+1 | |
2017-01-05 | Add support for regex in runner | Karen Arutyunov | 1 | -10/+20 | |
2016-12-05 | Add comma, ternary, logical operators support in eval context | Boris Kolpackov | 1 | -2/+1 | |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 1 | -21/+21 | |
2016-11-23 | Disable compiler-dependent output check in function call unit test | Karen Arutyunov | 1 | -10/+10 | |
2016-11-23 | Implement value type propagation on expansion | Boris Kolpackov | 1 | -2/+2 | |
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it. | |||||
2016-11-21 | Add support for derived-to-base function overload resolution | Boris Kolpackov | 1 | -7/+14 | |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 1 | -0/+131 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. |