aboutsummaryrefslogtreecommitdiff
path: root/tests/lexer
AgeCommit message (Collapse)AuthorFilesLines
2016-01-09Update copyright yearBoris Kolpackov2-2/+2
2015-09-10Lexer test fixesBoris Kolpackov1-4/+4
2015-09-09Add support for evaluation contextBoris Kolpackov1-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-09Reimplement double quote lexing to avoid "implied quote" trickBoris Kolpackov1-0/+1
2015-09-08Initial take on double quote supportBoris Kolpackov1-1/+23
Currently, $(foo)-style variable expansion is not supported.
2015-09-08Implement single quote supportBoris Kolpackov2-10/+48
2015-06-18Add headers to buildfiles, move tests/build/ to tests/Boris Kolpackov2-0/+125