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
(
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
*
Update godoc
Ryo Nihei
2021-10-05
2
-8
/
+16
*
Remove the ModeName and KindName fields from the driver.Token struct
Ryo Nihei
2021-10-03
3
-262
/
+275
*
Format the source code of a lexer maleeni-go generates
Ryo Nihei
2021-10-02
1
-40
/
+140
*
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
2
-10
/
+43
*
Generate constant values representing mode IDs, mode names, kind IDs, and kin...
Ryo Nihei
2021-09-18
2
-91
/
+165
*
Add maleeni-go command
Ryo Nihei
2021-09-14
1
-0
/
+517
*
Define a lexical specification interface
Ryo Nihei
2021-09-11
3
-338
/
+356
*
Remove --debug option from the lex command
Ryo Nihei
2021-09-08
1
-35
/
+0
*
Add lexeme positions to tokens
Ryo Nihei
2021-08-07
2
-39
/
+224
*
Change APIs
Ryo Nihei
2021-08-01
2
-77
/
+78
*
Add unique kind IDs to tokens
Ryo Nihei
2021-08-01
2
-178
/
+186
*
Add spec.EscapePattern function
Ryo Nihei
2021-07-22
1
-0
/
+28
*
Support passive mode transition
Ryo Nihei
2021-06-10
2
-24
/
+136
*
Add fragment expression
Ryo Nihei
2021-05-25
1
-0
/
+52
*
Rename fields of driver.Token
Ryo Nihei
2021-05-13
2
-24
/
+23
*
Add --compression-level option to compile command
Ryo Nihei
2021-05-11
2
-25
/
+43
*
Fix a text representation of an error token
Ryo Nihei
2021-05-11
2
-22
/
+51
*
Update README and godoc
Ryo Nihei
2021-05-10
1
-7
/
+23
*
Add --break-on-error option to lex command
Ryo Nihei
2021-05-08
1
-0
/
+1
*
Add CLI options
Ryo Nihei
2021-05-08
1
-15
/
+15
*
Change type of acceping_states to slice
Ryo Nihei
2021-05-07
1
-2
/
+2
*
Add transition table compressor
Ryo Nihei
2021-05-07
1
-6
/
+12
*
Remove Peek* functions
Ryo Nihei
2021-05-05
2
-86
/
+0
*
Add lex mode
Ryo Nihei
2021-05-04
2
-206
/
+350
*
Generate an invalid token from incompleted input.
Ryo Nihei
2021-05-02
1
-0
/
+5
*
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
2
-33
/
+32
*
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
2
-134
/
+180
*
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 logging to lex command
Ryo Nihei
2021-02-16
1
-3
/
+58
*
Add types of lexical specifications
Ryo Nihei
2021-02-16
2
-79
/
+78
*
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
2
-0
/
+309