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
/
compiler
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add unique kind IDs to tokens
Ryo Nihei
2021-08-01
1
-0
/
+38
*
Allow duplicate names between fragments and non-fragments
Ryo Nihei
2021-05-27
1
-0
/
+103
*
Add fragment expression
Ryo Nihei
2021-05-25
8
-49
/
+440
*
Fix the initial state number
Ryo Nihei
2021-05-19
1
-1
/
+5
*
Use go fmt instead of gofmt
Ryo Nihei
2021-05-12
1
-1
/
+1
*
Add --compression-level option to compile command
Ryo Nihei
2021-05-11
1
-7
/
+57
*
Change package structure
Ryo Nihei
2021-05-08
1
-1
/
+1
*
Add CLI options
Ryo Nihei
2021-05-08
1
-3
/
+3
*
Change type of acceping_states to slice
Ryo Nihei
2021-05-07
1
-2
/
+6
*
Add transition table compressor
Ryo Nihei
2021-05-07
2
-9
/
+60
*
Improve performance of the symbolPositionSet
Ryo Nihei
2021-05-04
4
-63
/
+98
*
Add lex mode
Ryo Nihei
2021-05-04
1
-2
/
+82
*
Fix parser to recognize property expressions in bracket expressions
Ryo Nihei
2021-05-02
2
-0
/
+14
*
Improve compilation time a little
Ryo Nihei
2021-05-02
3
-174
/
+269
*
Add character property expression (Meet RL1.2 of UTS #18 partially)
Ryo Nihei
2021-04-30
8
-27
/
+4440
*
Add code point expression (Meet RL1.1 of UTS #18)
Ryo Nihei
2021-04-24
5
-16
/
+477
*
Add validation of lexical specs and improve error messages
Ryo Nihei
2021-04-17
1
-2
/
+8
*
Change the lexical specs of regexp and define concrete syntax error values
Ryo Nihei
2021-04-17
5
-425
/
+568
*
Increase the maximum number of symbol positions per pattern
Ryo Nihei
2021-04-12
5
-29
/
+139
*
Fix grammar the parser accepts
Ryo Nihei
2021-04-11
6
-98
/
+1192
*
Add logging to compile command
Ryo Nihei
2021-04-08
3
-47
/
+108
*
Add logical inverse expression
Ryo Nihei
2021-04-01
6
-34
/
+766
*
Pass values in error type to panic()
Ryo Nihei
2021-03-07
1
-2
/
+2
*
Refactoring
Ryo Nihei
2021-02-25
5
-502
/
+351
*
Add range expression
Ryo Nihei
2021-02-24
3
-8
/
+717
*
Add + and ? operators
Ryo Nihei
2021-02-20
5
-16
/
+82
*
Fix computation of last positions
Ryo Nihei
2021-02-17
2
-0
/
+122
*
Add types of lexical specifications
Ryo Nihei
2021-02-16
2
-11
/
+27
*
Add bracket expression matching specified character
Ryo Nihei
2021-02-14
3
-9
/
+109
*
Add dot symbol matching any single character
Ryo Nihei
2021-02-14
6
-20
/
+158
*
Add compiler
Ryo Nihei
2021-02-14
8
-0
/
+1265