aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/script/lexer.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-12-15Improve escape sequence supportBoris Kolpackov1-1/+1
Specifically: 1. In the double-quoted strings we now only do effective escaping of the special `$("\` characters plus `)` for symmetry. 2. There is now support for "escape sequence expansion" in the form $\X where \X can be any of the C/C++ simple escape sequences (\n, \t, etc) plus \0 (which in C/C++ is an octal escape sequence). For example: info "foo$\n$\tbar$\n$\tbaz" Will print: buildfile:1:1: info: foo bar baz
2022-10-18Fix unexpected 'unterminated double-quoted sequence' script errorKaren Arutyunov1-0/+2
2022-10-13Add support for 'for' loop second (... | for x) and third (for x <...) forms ↵Karen Arutyunov1-4/+5
in script
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-25/+15
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-11Use path_name for `-` to stdin/stdout translationKaren Arutyunov1-1/+1
2019-11-07Initial work on path_name use for `-` to stdin/stdout translationBoris Kolpackov1-5/+5
2019-07-05Move config, dist, test, and install modules into libraryKaren Arutyunov1-0/+94