index
:
build2
0.6
adhoc-recipe-history
adhoc-rule
adhoc-vars
build-script
ci
config-doc
ctx
diag-buffer
dist-remap
doc-fixes
dyndep
expl-group
export-libs
extension
hermetic
install-scope
internal-scope
json-type
json-type-review
libpkg-config
lto-parallelization
master
match-options
module-import
module-map-dump
opvar
posthoc-take1
preprocessed-tests-failure
reproducible-dist
build2 build system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbuild2
/
lexer.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-18
Fix unexpected 'unterminated double-quoted sequence' script error
Karen Arutyunov
1
-8
/
+59
2022-09-29
Tighten low-verbosity diagnostics name deduction logic
Boris Kolpackov
1
-0
/
+16
2021-11-23
Fix multi-line comment parsing to accept trailing eos in place of newline
Boris Kolpackov
1
-6
/
+7
2021-05-28
Add support for regex-based target type/pattern specific variables
Boris Kolpackov
1
-11
/
+8
2021-05-28
Recognize quoting of first character in token
Boris Kolpackov
1
-18
/
+37
2020-07-13
Reserve backtick (`) and bit-or (|) in eval context for future use
Boris Kolpackov
1
-3
/
+5
2020-06-19
Fix lexer to fail on invalid UTF-8 sequences
Karen Arutyunov
1
-0
/
+6
2020-06-10
Handle special variable names when spelled as $(<char>) rather than $<char>
Boris Kolpackov
1
-0
/
+3
2020-06-10
Handle special variable names in base lexer via mode data
Boris Kolpackov
1
-1
/
+13
2020-06-05
Add ability to specify ad hoc recipe actions
Boris Kolpackov
1
-4
/
+4
2020-05-27
Add support for value subscript after expansions
Boris Kolpackov
1
-21
/
+38
2020-05-27
Initial support for ad hoc recipes (still work in progress)
Boris Kolpackov
1
-15
/
+157
2020-05-01
Fix outstanding issue with directive vs assignment differentiation
Boris Kolpackov
1
-5
/
+18
2020-03-20
Lexer support for default value assignment (?=)
Boris Kolpackov
1
-6
/
+17
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
1
-1
/
+0
2019-11-15
Generalize attributes to be comma-separated with arbitrary values
Boris Kolpackov
1
-8
/
+22
2019-11-14
Tighten up attribute recognition during parsing
Boris Kolpackov
1
-58
/
+90
2019-09-30
Reserve `:` in `case` pattern expression for future match extraction support
Boris Kolpackov
1
-5
/
+6
2019-09-30
Add support for custom match/extract functions in switch expression
Boris Kolpackov
1
-5
/
+29
2019-09-30
Add support for `case` pattern alternatives
Boris Kolpackov
1
-2
/
+25
2019-09-30
Pattern matching support (switch): multiple values implementation
Boris Kolpackov
1
-4
/
+11
2019-07-01
Split build system into library and driver
Boris Kolpackov
1
-0
/
+720