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
*
Start building test files
EuAndreh
2024-12-10
10
-18
/
+18
*
Build and test existing code as is
EuAndreh
2024-12-02
14
-25
/
+25
*
Import source code of lexer generator
Ryo Nihei
2022-11-10
32
-729
/
+6652
*
Split SymbolTable's APIs into reader/writer
Ryo Nihei
2022-11-06
6
-132
/
+171
*
Move the skip table from lexer-related data to parser-related data
Ryo Nihei
2022-11-06
1
-24
/
+22
*
Remove anonymous symbol system
Ryo Nihei
2022-11-05
3
-144
/
+32
*
Remove alias system
Ryo Nihei
2022-11-05
3
-120
/
+16
*
Prohibit using a pattern in an alternative
Ryo Nihei
2022-06-12
1
-1
/
+1
*
Remove the kind field from a node corresponding to an anonymous terminal symbol
Ryo Nihei
2022-06-11
1
-5
/
+7
*
Rename spec package to spec/grammar package
Ryo Nihei
2022-05-27
7
-7
/
+7
*
Allows a directory to be specified as the --output option for the vartan-comp...
Ryo Nihei
2022-05-22
1
-52
/
+18
*
Stop supporting SLR(1) and always use LALR(1)
Ryo Nihei
2022-05-22
7
-1076
/
+4
*
Prohibit applying #left, #right, #assign, and #prec to an error symbol
Ryo Nihei
2022-05-15
2
-14
/
+103
*
Add spelling inconsistencies check
Ryo Nihei
2022-05-10
3
-23
/
+238
*
Make the identifier format strict
Ryo Nihei
2022-05-10
4
-65
/
+66
*
Change the suffix of a description file from -description.json to -report.json
Ryo Nihei
2022-05-10
2
-12
/
+12
*
Add ordered symbol notation
Ryo Nihei
2022-05-10
3
-123
/
+969
*
Add #assign directive
Ryo Nihei
2022-05-10
2
-0
/
+333
*
Change syntax for top-level directives
Ryo Nihei
2022-05-10
9
-220
/
+570
*
Make #prec directive change only precedence and not associativity
Ryo Nihei
2022-05-10
3
-26
/
+224
*
Suppress a report about conflicts resolved explicitly
Ryo Nihei
2022-04-22
2
-37
/
+68
*
vartan-show command prints only adopted actions when conflicts occur
Ryo Nihei
2022-04-21
3
-58
/
+51
*
Prohibit ambiguous symbol in an #ast directive
Ryo Nihei
2022-04-16
3
-1
/
+49
*
Add tests for compiler
Ryo Nihei
2022-04-16
1
-0
/
+224
*
Prohibit using the same element multiple times in the #ast directive
Ryo Nihei
2022-04-16
3
-4
/
+45
*
Prohibit specifying associativity and precedence multiple times for a symbol
Ryo Nihei
2022-04-16
3
-1
/
+130
*
Add tests for compiler
Ryo Nihei
2022-04-15
3
-113
/
+719
*
Move compiler tests from driver package to grammar package
Ryo Nihei
2022-04-14
2
-8
/
+656
*
Fix error messages
Ryo Nihei
2022-03-30
1
-2
/
+2
*
Upgrade maleeni to v0.6.0
Ryo Nihei
2022-03-30
1
-1
/
+21
*
Allow an alternative to have multiple directives
Ryo Nihei
2022-03-30
2
-5
/
+26
*
Move directives given to lexical productions
Ryo Nihei
2022-03-29
2
-30
/
+38
*
Use IDs and labels as parameters of an #ast directive instead of symbol posit...
Ryo Nihei
2022-03-29
1
-21
/
+25
*
Add label notation
Ryo Nihei
2022-03-29
2
-0
/
+25
*
Simplify the syntax of #ast directive
Ryo Nihei
2022-03-28
1
-30
/
+29
*
Follow golangci-lint
Ryo Nihei
2022-03-28
7
-88
/
+31
*
Add name directive to specify a grammar name
Ryo Nihei
2021-10-28
8
-2
/
+71
*
Use maleeni v0.5.1
Ryo Nihei
2021-10-27
1
-1
/
+4
*
Use the LALR by default when using grammar.Compile instead of the CLI
Ryo Nihei
2021-09-03
1
-1
/
+3
*
Support LAC (lookahead correction)
Ryo Nihei
2021-09-02
2
-0
/
+9
*
Remove the expected terminals field from the parsing table
Ryo Nihei
2021-08-31
2
-25
/
+5
*
Add #prec directive to set precedence and associativity of productions
Ryo Nihei
2021-08-30
1
-10
/
+48
*
Add precedences and associativities to the description file
Ryo Nihei
2021-08-29
2
-3
/
+42
*
Add describe command to print a description file
Ryo Nihei
2021-08-29
3
-171
/
+213
*
Use a pattern string defined by a string literal as its alias
Ryo Nihei
2021-08-28
1
-13
/
+42
*
Add an #alias directive to define a user-friendly name of a terminal
Ryo Nihei
2021-08-28
1
-11
/
+36
*
Add error symbol and #recover directive to recover from an error state
Ryo Nihei
2021-08-26
9
-43
/
+156
*
Fix panic on no productions
Ryo Nihei
2021-08-22
1
-0
/
+3
*
Add a column number to an error message
Ryo Nihei
2021-08-22
1
-0
/
+28
*
Support %left and %right to specify precedences and associativities
Ryo Nihei
2021-08-22
3
-3
/
+176
[next]