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.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define a lexical specification interface
Ryo Nihei
2021-09-11
1
-127
/
+65
*
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
1
-37
/
+85
*
Change APIs
Ryo Nihei
2021-08-01
1
-68
/
+69
*
Add unique kind IDs to tokens
Ryo Nihei
2021-08-01
1
-5
/
+12
*
Support passive mode transition
Ryo Nihei
2021-06-10
1
-18
/
+30
*
Rename fields of driver.Token
Ryo Nihei
2021-05-13
1
-23
/
+22
*
Add --compression-level option to compile command
Ryo Nihei
2021-05-11
1
-6
/
+22
*
Fix a text representation of an error token
Ryo Nihei
2021-05-11
1
-19
/
+48
*
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
1
-26
/
+0
*
Add lex mode
Ryo Nihei
2021-05-04
1
-36
/
+99
*
Generate an invalid token from incompleted input.
Ryo Nihei
2021-05-02
1
-0
/
+5
*
Add validation of lexical specs and improve error messages
Ryo Nihei
2021-04-17
1
-1
/
+1
*
Print the result of the lex command in JSON format
Ryo Nihei
2021-04-06
1
-20
/
+66
*
Add logging to lex command
Ryo Nihei
2021-02-16
1
-3
/
+58
*
Add types of lexical specifications
Ryo Nihei
2021-02-16
1
-14
/
+16
*
Add driver
Ryo Nihei
2021-02-14
1
-0
/
+162