index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser
/
lexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require string-style identifiers to be UTF-8 (#6941)
Thomas Lively
2024-09-16
1
-0
/
+10
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
1
-0
/
+4
*
[Parser][NFC] Clean up the lexer index/pos API (#6553)
Thomas Lively
2024-04-29
1
-17
/
+17
*
[Parser] Do not eagerly lex numbers (#6544)
Thomas Lively
2024-04-25
1
-189
/
+132
*
[Parser] Do not eagerly lex strings (#6543)
Thomas Lively
2024-04-25
1
-22
/
+16
*
[Parser] Do not eagerly lex IDs (#6542)
Thomas Lively
2024-04-25
1
-20
/
+21
*
[Parser] Do not eagerly lex keywords (#6541)
Thomas Lively
2024-04-25
1
-6
/
+51
*
[Parser] Do not eagerly lex parens (#6540)
Thomas Lively
2024-04-25
1
-27
/
+27
*
[Parser][NFC] Improve performance of idchar lexing (#6515)
Thomas Lively
2024-04-19
1
-30
/
+18
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-19
/
+2
*
[Parser] Parse annotations, including source map comments (#6345)
Thomas Lively
2024-02-26
1
-3
/
+150
*
[Parser] Support string-style identifiers (#6278)
Thomas Lively
2024-02-06
1
-21
/
+60
*
[Parser] Parse v128.const (#6275)
Thomas Lively
2024-02-05
1
-0
/
+5
*
[Parser] Templatize lexing of integers (#6272)
Thomas Lively
2024-02-05
1
-48
/
+23
*
[NFC] Split the new wat parser into multiple files (#5960)
Thomas Lively
2023-09-19
1
-0
/
+1038