Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-15 | Add io_error alias for std::ios_base::failure | Karen Arutyunov | 1 | -1/+1 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2015-09-10 | Lexer test fixes | Boris Kolpackov | 1 | -4/+4 | |
2015-09-09 | Add support for evaluation context | Boris Kolpackov | 1 | -1/+1 | |
For now it acts as just the value mode that can be enabled anywhere variable expansion is supported, for example: (foo=bar): And the primary use currently is to enable/test quoted and indirect variable expansion: "foo bar" = FOO BAR print $"foo bar" # Invalid. print $("foo bar") # Yeah, baby. foo = FOO FOO = foo print $($foo) Not that you should do something like this... | |||||
2015-09-09 | Reimplement double quote lexing to avoid "implied quote" trick | Boris Kolpackov | 1 | -0/+1 | |
2015-09-08 | Initial take on double quote support | Boris Kolpackov | 1 | -1/+23 | |
Currently, $(foo)-style variable expansion is not supported. | |||||
2015-09-08 | Implement single quote support | Boris Kolpackov | 1 | -9/+45 | |
2015-06-18 | Add headers to buildfiles, move tests/build/ to tests/ | Boris Kolpackov | 1 | -0/+120 | |