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
*
Absorb compiler/parser/
EuAndreh
2024-11-29
7
-3605
/
+0
*
Fix the calculation of inverse bracket expressions
Ryo Nihei
2022-04-19
2
-10
/
+402
*
Avoid panic on spelling inconsistencies errors
Ryo Nihei
2022-03-21
1
-0
/
+112
*
Use golangci-lint
Ryo Nihei
2021-12-15
7
-48
/
+23
*
Add tests of compiler/parser package
Ryo Nihei
2021-12-11
3
-4
/
+13
*
Make character properties unavailable in bracket expressions
Ryo Nihei
2021-12-11
5
-33
/
+105
*
Simplify process that generates UTF-8 byte sequences from a code point range
Ryo Nihei
2021-12-11
1
-1
/
+1
*
Use new parser and DFA compiler
Ryo Nihei
2021-12-10
15
-5140
/
+154
*
Add a new DFA compiler that generates DFA from a set of CPTree
Ryo Nihei
2021-12-10
6
-0
/
+1402
*
Add a new parser that constructs a tree representing characters as code point...
Ryo Nihei
2021-12-10
7
-0
/
+3134
*
Move UTF8-related processes to utf8 package
Ryo Nihei
2021-12-01
2
-702
/
+128
*
Make contributory properties unavailable except internal use
Ryo Nihei
2021-11-28
2
-1
/
+62
*
Move all UCD-related processes to ucd package
Ryo Nihei
2021-11-27
4
-4777
/
+5
*
Support Alphabetic property (Meet RL1.2 of UTS #18 partially)
Ryo Nihei
2021-11-26
3
-1
/
+420
*
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
4
-21
/
+153
*
Support White_Space property (Meet RL1.2 of UTS #18 partially)
Ryo Nihei
2021-11-24
4
-25
/
+110
*
Fix key of generalCategoryCodePoints map
Ryo Nihei
2021-11-23
1
-696
/
+696
*
Remove --debug option from compile command
Ryo Nihei
2021-09-23
1
-36
/
+1
*
Keep the order of AST nodes constant
Ryo Nihei
2021-09-22
4
-20
/
+50
*
Add name field to the lexical specification
Ryo Nihei
2021-09-18
2
-0
/
+4
*
Change APIs
Ryo Nihei
2021-08-01
7
-70
/
+96
*
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
-99
/
+1193
*
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
[next]