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
/
parser_test.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-02
Generate an invalid token from incompleted input.
Ryo Nihei
1
-0
/
+5
2021-05-02
Fix parser to recognize property expressions in bracket expressions
Ryo Nihei
2
-0
/
+14
2021-05-02
Improve compilation time a little
Ryo Nihei
3
-174
/
+269
2021-04-30
Add character property expression (Meet RL1.2 of UTS #18 partially)
Ryo Nihei
10
-27
/
+4748
2021-04-24
Add code point expression (Meet RL1.1 of UTS #18)
Ryo Nihei
6
-18
/
+512
2021-04-17
Add validation of lexical specs and improve error messages
Ryo Nihei
6
-75
/
+174
2021-04-17
Change the lexical specs of regexp and define concrete syntax error values
Ryo Nihei
7
-446
/
+603
2021-04-12
Increase the maximum number of symbol positions per pattern
Ryo Nihei
5
-29
/
+139
2021-04-11
Fix grammar the parser accepts
Ryo Nihei
6
-98
/
+1192
2021-04-08
Add logging to compile command
Ryo Nihei
4
-49
/
+133
2021-04-06
Print the result of the lex command in JSON format
Ryo Nihei
3
-140
/
+185
2021-04-01
Add logical inverse expression
Ryo Nihei
7
-37
/
+786
2021-03-07
Pass values in error type to panic()
Ryo Nihei
1
-2
/
+2
2021-02-25
Refactoring
Ryo Nihei
5
-502
/
+351
2021-02-24
Add range expression
Ryo Nihei
4
-9
/
+977
2021-02-20
Add + and ? operators
Ryo Nihei
6
-21
/
+117
2021-02-17
Fix computation of last positions
Ryo Nihei
2
-0
/
+122
2021-02-16
Add logging to lex command
Ryo Nihei
3
-5
/
+126
2021-02-16
Add CLI
Ryo Nihei
6
-0
/
+433
2021-02-16
Add types of lexical specifications
Ryo Nihei
5
-90
/
+133
2021-02-14
Add bracket expression matching specified character
Ryo Nihei
4
-9
/
+127
2021-02-14
Add dot symbol matching any single character
Ryo Nihei
7
-21
/
+201
2021-02-14
Add driver
Ryo Nihei
2
-0
/
+309
2021-02-14
Add compiler
Ryo Nihei
9
-0
/
+1268