index
:
urubu
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
/
grammar
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Support %left and %right to specify precedences and associativities
Ryo Nihei
2021-08-22
3
-3
/
+176
*
Resolve conflicts by default rules
Ryo Nihei
2021-08-21
3
-88
/
+94
*
Make the functions that test the automaton common
Ryo Nihei
2021-08-18
3
-361
/
+152
*
Set look-ahead symbols to items before generating a SLR(1) parsing table
Ryo Nihei
2021-08-18
9
-288
/
+713
*
Support LALR(1) class
Ryo Nihei
2021-08-15
11
-920
/
+2089
*
Fix the name of the EOF symbol in the description file
Ryo Nihei
2021-08-03
1
-0
/
+7
*
Print expected terminals on a parse error
Ryo Nihei
2021-08-02
3
-15
/
+35
*
Use maleeni v0.3.0
Ryo Nihei
2021-08-01
1
-33
/
+22
*
Write terminals to a description file
Ryo Nihei
2021-07-31
5
-43
/
+78
*
Detect duplicate names between terminals and non-terminals
Ryo Nihei
2021-07-31
2
-4
/
+12
*
Prevent terminals used in productions from being skipped
Ryo Nihei
2021-07-31
2
-23
/
+57
*
Detect unused-symbol error
Ryo Nihei
2021-07-30
2
-1
/
+102
*
Detect duplicate production errors
Ryo Nihei
2021-07-28
3
-9
/
+45
*
Write a description file
Ryo Nihei
2021-07-22
6
-21
/
+193
*
Print pattern strings of anonymous pattern on conflict messages
Ryo Nihei
2021-07-20
2
-10
/
+28
*
Detect multiple conflicts
Ryo Nihei
2021-07-20
3
-29
/
+124
*
Detect duplicate definitions of terminal symbols and fragments in advance
Ryo Nihei
2021-07-19
2
-0
/
+21
*
Detect multiple semantic errors in a single parse
Ryo Nihei
2021-07-18
6
-27
/
+139
*
Refactor
Ryo Nihei
2021-07-18
1
-180
/
+217
*
Detect multiple syntax errors in a single parse
Ryo Nihei
2021-07-17
1
-0
/
+4
*
Allow directives to take multiple parameters
Ryo Nihei
2021-07-02
1
-12
/
+12
*
Simplify syntax of modifiers and semantic actions
Ryo Nihei
2021-06-30
1
-23
/
+23
*
Prioritize anonymous patterns over named patterns
Ryo Nihei
2021-06-29
1
-1
/
+4
*
Add ast action
Ryo Nihei
2021-06-28
1
-5
/
+79
*
Add syntax of fragment
Ryo Nihei
2021-06-20
1
-0
/
+9
*
Add skip action
Ryo Nihei
2021-06-20
1
-4
/
+26
*
Add syntax of modifiers and actions
Ryo Nihei
2021-06-20
1
-1
/
+42
*
Add driver
Ryo Nihei
2021-06-19
1
-0
/
+99
*
Add SLR parsing table generator
Ryo Nihei
2021-06-18
10
-0
/
+2201
*
Add production set
Ryo Nihei
2021-06-18
1
-0
/
+121
*
Add symbol table
Ryo Nihei
2021-06-18
2
-0
/
+394
[prev]