aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/lexer.test.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-4/+12
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-14Tighten up attribute recognition during parsingBoris Kolpackov1-6/+6
Now it should be possible to use `[]` for wildcard patterns, for example: foo = foo.[hit]xx Note that a leading bracket expression will still be recognized as attributes and escaping or quoting it will inhibit pattern matching. To resolve this case we need to specify an empty attribute list: foo = [] [abc]-foo.cxx
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-1/+2
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+98