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.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move UTF8-related processes to utf8 package
Ryo Nihei
2021-12-01
1
-591
/
+17
*
Make contributory properties unavailable except internal use
Ryo Nihei
2021-11-28
1
-1
/
+30
*
Move all UCD-related processes to ucd package
Ryo Nihei
2021-11-27
1
-4
/
+5
*
Make character properties available in an inverse expression (Make [^\p{...}]...
Ryo Nihei
2021-11-25
1
-0
/
+4
*
Support Lowercase and Uppercase property (Meet RL1.2 of UTS #18 partially)
Ryo Nihei
2021-11-25
1
-21
/
+34
*
Support White_Space property (Meet RL1.2 of UTS #18 partially)
Ryo Nihei
2021-11-24
1
-6
/
+24
*
Keep the order of AST nodes constant
Ryo Nihei
2021-09-22
1
-13
/
+23
*
Change APIs
Ryo Nihei
2021-08-01
1
-5
/
+7
*
Add fragment expression
Ryo Nihei
2021-05-25
1
-29
/
+158
*
Fix parser to recognize property expressions in bracket expressions
Ryo Nihei
2021-05-02
1
-0
/
+3
*
Add character property expression (Meet RL1.2 of UTS #18 partially)
Ryo Nihei
2021-04-30
1
-1
/
+54
*
Add code point expression (Meet RL1.1 of UTS #18)
Ryo Nihei
2021-04-24
1
-0
/
+55
*
Change the lexical specs of regexp and define concrete syntax error values
Ryo Nihei
2021-04-17
1
-44
/
+142
*
Increase the maximum number of symbol positions per pattern
Ryo Nihei
2021-04-12
1
-1
/
+4
*
Fix grammar the parser accepts
Ryo Nihei
2021-04-11
1
-35
/
+68
*
Add logical inverse expression
Ryo Nihei
2021-04-01
1
-6
/
+91
*
Pass values in error type to panic()
Ryo Nihei
2021-03-07
1
-2
/
+2
*
Refactoring
Ryo Nihei
2021-02-25
1
-449
/
+301
*
Add range expression
Ryo Nihei
2021-02-24
1
-4
/
+705
*
Add + and ? operators
Ryo Nihei
2021-02-20
1
-3
/
+9
*
Add bracket expression matching specified character
Ryo Nihei
2021-02-14
1
-6
/
+25
*
Add dot symbol matching any single character
Ryo Nihei
2021-02-14
1
-3
/
+104
*
Add compiler
Ryo Nihei
2021-02-14
1
-0
/
+221