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
/
lexer.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename spec package to spec/grammar package
Ryo Nihei
2022-05-27
1
-297
/
+0
*
Prohibit using escape sequences in string literals
Ryo Nihei
2022-05-15
1
-12
/
+0
*
Make the identifier format strict
Ryo Nihei
2022-05-10
1
-2
/
+32
*
Add ordered symbol notation
Ryo Nihei
2022-05-10
1
-15
/
+18
*
Change syntax for top-level directives
Ryo Nihei
2022-05-10
1
-3
/
+6
*
Upgrade maleeni to v0.6.0
Ryo Nihei
2022-03-30
1
-1
/
+1
*
Use IDs and labels as parameters of an #ast directive instead of symbol posit...
Ryo Nihei
2022-03-29
1
-25
/
+0
*
Add label notation
Ryo Nihei
2022-03-29
1
-0
/
+3
*
Simplify the syntax of #ast directive
Ryo Nihei
2022-03-28
1
-6
/
+0
*
Follow golangci-lint
Ryo Nihei
2022-03-28
1
-4
/
+4
*
Generate the lexer source code
Ryo Nihei
2021-10-27
1
-52
/
+40
*
Support the escape sequecens \' and \\ in a string literal
Ryo Nihei
2021-08-28
1
-9
/
+42
*
Add an #alias directive to define a user-friendly name of a terminal
Ryo Nihei
2021-08-28
1
-2
/
+11
*
Add a column number to an error message
Ryo Nihei
2021-08-22
1
-29
/
+33
*
Support %left and %right to specify precedences and associativities
Ryo Nihei
2021-08-22
1
-0
/
+3
*
Add a token position and detailed info to a lexical error message
Ryo Nihei
2021-07-28
1
-5
/
+7
*
Add literal pattern syntax and change tree structure syntax
Ryo Nihei
2021-07-22
1
-1
/
+17
*
Detect multiple semantic errors in a single parse
Ryo Nihei
2021-07-18
1
-2
/
+2
*
Add token positions to an AST
Ryo Nihei
2021-07-18
1
-8
/
+8
*
Add a line number to token error messages
Ryo Nihei
2021-07-17
1
-4
/
+17
*
Add a line number to error messages
Ryo Nihei
2021-07-16
1
-22
/
+41
*
Prohibit defining identifiers beginning with an underscore
Ryo Nihei
2021-07-02
1
-0
/
+3
*
Simplify syntax of modifiers and semantic actions
Ryo Nihei
2021-06-30
1
-56
/
+87
*
Add ast action
Ryo Nihei
2021-06-28
1
-0
/
+29
*
Add syntax of fragment
Ryo Nihei
2021-06-20
1
-0
/
+3
*
Add syntax of modifiers and actions
Ryo Nihei
2021-06-20
1
-0
/
+6
*
Add syntax of comments
Ryo Nihei
2021-06-20
1
-0
/
+2
*
Add production syntax
Ryo Nihei
2021-06-15
1
-0
/
+3
*
Add spec parser
Ryo Nihei
2021-06-15
1
-0
/
+137