index
:
cotia
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
/
spec
/
parser_test.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename spec package to spec/grammar package
Ryo Nihei
2022-05-27
1
-1096
/
+0
*
Prohibit applying the expansion operator to anything other than identifiers
Ryo Nihei
2022-05-15
1
-0
/
+54
*
Add ordered symbol notation
Ryo Nihei
2022-05-10
1
-5
/
+36
*
Add #assign directive
Ryo Nihei
2022-05-10
1
-0
/
+20
*
Change syntax for top-level directives
Ryo Nihei
2022-05-10
1
-31
/
+138
*
Add tests for compiler
Ryo Nihei
2022-04-15
1
-0
/
+5
*
Allow an alternative to have multiple directives
Ryo Nihei
2022-03-30
1
-9
/
+43
*
Move directives given to lexical productions
Ryo Nihei
2022-03-29
1
-82
/
+88
*
Change syntax of production directives
Ryo Nihei
2022-03-29
1
-56
/
+39
*
Use IDs and labels as parameters of an #ast directive instead of symbol posit...
Ryo Nihei
2022-03-29
1
-47
/
+15
*
Add label notation
Ryo Nihei
2022-03-29
1
-0
/
+104
*
Simplify the syntax of #ast directive
Ryo Nihei
2022-03-28
1
-66
/
+40
*
Add a column number to an error message
Ryo Nihei
2021-08-22
1
-38
/
+44
*
Support %left and %right to specify precedences and associativities
Ryo Nihei
2021-08-22
1
-0
/
+92
*
Count the number of each line in consecutive lines
Ryo Nihei
2021-07-28
1
-0
/
+52
*
Add literal pattern syntax and change tree structure syntax
Ryo Nihei
2021-07-22
1
-6
/
+6
*
Detect multiple semantic errors in a single parse
Ryo Nihei
2021-07-18
1
-1
/
+1
*
Add token positions to an AST
Ryo Nihei
2021-07-18
1
-18
/
+199
*
Refactor
Ryo Nihei
2021-07-18
1
-1
/
+12
*
Detect multiple syntax errors in a single parse
Ryo Nihei
2021-07-17
1
-6
/
+2
*
Add a line number to error messages
Ryo Nihei
2021-07-16
1
-1
/
+7
*
Allow directives to take multiple parameters
Ryo Nihei
2021-07-02
1
-12
/
+20
*
Simplify syntax of modifiers and semantic actions
Ryo Nihei
2021-06-30
1
-126
/
+132
*
Add ast action
Ryo Nihei
2021-06-28
1
-8
/
+131
*
Add syntax of fragment
Ryo Nihei
2021-06-20
1
-0
/
+29
*
Add syntax of modifiers and actions
Ryo Nihei
2021-06-20
1
-0
/
+111
*
Add production syntax
Ryo Nihei
2021-06-15
1
-11
/
+47
*
Add spec parser
Ryo Nihei
2021-06-15
1
-0
/
+153