index
:
tre
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
driver
/
lexer_test.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use golangci-lint
Ryo Nihei
2021-12-15
1
-2
/
+18
*
Use new parser and DFA compiler
Ryo Nihei
2021-12-10
1
-2
/
+5
*
Make character properties available in an inverse expression (Make [^\p{...}]...
Ryo Nihei
2021-11-25
1
-0
/
+16
*
Remove the ModeName and KindName fields from the driver.Token struct
Ryo Nihei
2021-10-03
1
-213
/
+205
*
Disallow upper cases in an identifier
Ryo Nihei
2021-09-24
1
-84
/
+84
*
Add name field to the lexical specification
Ryo Nihei
2021-09-18
1
-0
/
+27
*
Generate constant values representing mode IDs, mode names, kind IDs, and kin...
Ryo Nihei
2021-09-18
1
-77
/
+77
*
Define a lexical specification interface
Ryo Nihei
2021-09-11
1
-208
/
+215
*
Add lexeme positions to tokens
Ryo Nihei
2021-08-07
1
-2
/
+139
*
Change APIs
Ryo Nihei
2021-08-01
1
-9
/
+9
*
Add unique kind IDs to tokens
Ryo Nihei
2021-08-01
1
-173
/
+174
*
Add spec.EscapePattern function
Ryo Nihei
2021-07-22
1
-0
/
+28
*
Support passive mode transition
Ryo Nihei
2021-06-10
1
-6
/
+106
*
Add fragment expression
Ryo Nihei
2021-05-25
1
-0
/
+52
*
Rename fields of driver.Token
Ryo Nihei
2021-05-13
1
-1
/
+1
*
Add --compression-level option to compile command
Ryo Nihei
2021-05-11
1
-19
/
+21
*
Fix a text representation of an error token
Ryo Nihei
2021-05-11
1
-3
/
+3
*
Remove Peek* functions
Ryo Nihei
2021-05-05
1
-60
/
+0
*
Add lex mode
Ryo Nihei
2021-05-04
1
-170
/
+251
*
Add code point expression (Meet RL1.1 of UTS #18)
Ryo Nihei
2021-04-24
1
-2
/
+35
*
Add validation of lexical specs and improve error messages
Ryo Nihei
2021-04-17
1
-32
/
+31
*
Change the lexical specs of regexp and define concrete syntax error values
Ryo Nihei
2021-04-17
1
-18
/
+21
*
Print the result of the lex command in JSON format
Ryo Nihei
2021-04-06
1
-114
/
+114
*
Add logical inverse expression
Ryo Nihei
2021-04-01
1
-3
/
+20
*
Add range expression
Ryo Nihei
2021-02-24
1
-1
/
+260
*
Add + and ? operators
Ryo Nihei
2021-02-20
1
-5
/
+35
*
Add types of lexical specifications
Ryo Nihei
2021-02-16
1
-65
/
+62
*
Add bracket expression matching specified character
Ryo Nihei
2021-02-14
1
-0
/
+18
*
Add dot symbol matching any single character
Ryo Nihei
2021-02-14
1
-1
/
+43
*
Add driver
Ryo Nihei
2021-02-14
1
-0
/
+147