Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-05 | Add comma, ternary, logical operators support in eval context | Boris Kolpackov | 3 | -2/+4 | |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -2/+2 | |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 2 | -24/+24 | |
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 | 2 | -3/+3 | |
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-23 | Implement few builtin functions that can operate on any value | Boris Kolpackov | 1 | -2/+2 | |
type() null() empty () identity() | |||||
2016-11-22 | Use diagnostics facility from libbutl | Boris Kolpackov | 1 | -1/+1 | |
2016-11-21 | Change build.driver/path variable to build.path/process_path | Boris Kolpackov | 1 | -4/+4 | |
2016-11-21 | Add process_path.{recall,effect} build2 functions | Boris Kolpackov | 1 | -1/+2 | |
2016-11-21 | Add support for derived-to-base function overload resolution | Boris Kolpackov | 2 | -7/+16 | |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 4 | -0/+284 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. |