index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser
/
lexer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validate that names are valid UTF-8 (#6682)
Thomas Lively
2024-06-19
1
-4
/
+5
*
[Parser][NFC] Clean up the lexer index/pos API (#6553)
Thomas Lively
2024-04-29
1
-10
/
+8
*
[Parser] Do not eagerly lex numbers (#6544)
Thomas Lively
2024-04-25
1
-104
/
+9
*
[Parser] Do not eagerly lex strings (#6543)
Thomas Lively
2024-04-25
1
-27
/
+9
*
[Parser] Do not eagerly lex IDs (#6542)
Thomas Lively
2024-04-25
1
-23
/
+2
*
[Parser] Do not eagerly lex keywords (#6541)
Thomas Lively
2024-04-25
1
-79
/
+5
*
[Parser] Do not eagerly lex parens (#6540)
Thomas Lively
2024-04-25
1
-38
/
+9
*
[Parser] Use the new parser in wasm-shell and wasm-as (#6529)
Thomas Lively
2024-04-24
1
-1
/
+2
*
[Parser] Parse annotations, including source map comments (#6345)
Thomas Lively
2024-02-26
1
-8
/
+20
*
[Parser][NFC] Remove `Token` from lexer interface (#6333)
Thomas Lively
2024-02-22
1
-34
/
+38
*
[Parser][NFC] Remove parser/input.h (#6332)
Thomas Lively
2024-02-22
1
-0
/
+9
*
[Parser] Simplify the lexer interface (#6319)
Thomas Lively
2024-02-20
1
-32
/
+214
*
[Parser] Support string-style identifiers (#6278)
Thomas Lively
2024-02-06
1
-8
/
+8
*
[Parser] Templatize lexing of integers (#6272)
Thomas Lively
2024-02-05
1
-6
/
+4
*
[NFC] Split the new wat parser into multiple files (#5960)
Thomas Lively
2023-09-19
1
-0
/
+227