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
/
driver
/
syntax_error_test.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-21
Combine "CompiledGrammar" and "Report" payloads
EuAndreh
4
-66
/
+26
2024-12-12
chmod +x mkdeps.sh
EuAndreh
1
-0
/
+0
2024-12-12
Makefile: Uncomment dependency on build files
EuAndreh
1
-3
/
+3
2024-12-12
tests/unit/: Actually run existing tests
EuAndreh
12
-12
/
+231
2024-12-12
Build and run existing test executables with no actual tests
EuAndreh
27
-45
/
+247
2024-12-11
Move existing test files to "urubu" subdirectory
EuAndreh
13
-0
/
+7
2024-12-11
Do the same single file consolidation on tests
EuAndreh
28
-4292
/
+4182
2024-12-11
Consolidate packages spread across multiple files into single one
EuAndreh
61
-10246
/
+10003
2024-12-11
rm LICENSE
EuAndreh
1
-21
/
+0
2024-12-11
rm .github/workflows/test.yml
EuAndreh
1
-32
/
+0
2024-12-11
rm go.mod go.sum
EuAndreh
2
-20
/
+0
2024-12-10
Namespace packages with "urubu/"
EuAndreh
93
-189
/
+189
2024-12-10
Start building test files
EuAndreh
22
-47
/
+109
2024-12-10
cmd/: Simplify flag usage
EuAndreh
8
-189
/
+34
2024-12-02
Build and test existing code as is
EuAndreh
32
-68
/
+155
2024-11-19
Setup Makefile project structure with empty src/urubu.go source
EuAndreh
20
-0
/
+458
2022-11-13
Add byte position to nodes of a syntax tree
Ryo Nihei
4
-5
/
+22
2022-11-13
Fix typo
Ryo Nihei
3
-12
/
+12
2022-11-13
Add byte position to tokens
Ryo Nihei
2
-241
/
+270
2022-11-12
Set token positions for the EOF symbol
Ryo Nihei
2
-3
/
+3
2022-11-12
Fix counting of token positions
Ryo Nihei
1
-37
/
+46
2022-11-11
Update CHANGELOG
Ryo Nihei
1
-0
/
+32
2022-11-10
Import source code of lexer generator
Ryo Nihei
81
-1168
/
+17101
2022-11-06
Split SymbolTable's APIs into reader/writer
Ryo Nihei
6
-132
/
+171
2022-11-06
Move the skip table from lexer-related data to parser-related data
Ryo Nihei
8
-81
/
+69
2022-11-05
Remove anonymous symbol system
Ryo Nihei
13
-277
/
+233
2022-11-05
Remove alias system
Ryo Nihei
16
-240
/
+54
2022-08-08
Update README
Ryo Nihei
1
-0
/
+2
2022-08-07
Upgrade Go compiler to v1.19
Ryo Nihei
6
-32
/
+34
2022-08-06
Add tests
Ryo Nihei
1
-0
/
+14
2022-08-06
Remove underscore syntax matching any symbol
Ryo Nihei
3
-59
/
+8
2022-08-05
Prohibit error node having children
Ryo Nihei
2
-0
/
+85
2022-06-14
Fix parse error messages for tree parser
Ryo Nihei
1
-36
/
+54
2022-06-13
Support testing token's texts in vartan-test command
Ryo Nihei
10
-193
/
+926
2022-06-12
Prohibit using a pattern in an alternative
Ryo Nihei
6
-19
/
+102
2022-06-11
Support the underscore symbol matching any symbols in vartan-test command
Ryo Nihei
4
-3
/
+55
2022-06-11
Remove the kind field from a node corresponding to an anonymous terminal symbol
Ryo Nihei
8
-43
/
+249
2022-05-29
Support testable tree output in vartan-parse command
Ryo Nihei
4
-7
/
+66
2022-05-29
Add vartan-test command
Ryo Nihei
12
-1
/
+2535
2022-05-27
Rename spec package to spec/grammar package
Ryo Nihei
29
-29
/
+29
2022-05-22
Allows a directory to be specified as the --output option for the vartan-comp...
Ryo Nihei
7
-76
/
+112
2022-05-22
Stop supporting SLR(1) and always use LALR(1)
Ryo Nihei
20
-1182
/
+67
2022-05-15
Prohibit applying #left, #right, #assign, and #prec to an error symbol
Ryo Nihei
2
-14
/
+103
2022-05-15
Prohibit applying the expansion operator to anything other than identifiers
Ryo Nihei
3
-2
/
+62
2022-05-15
Prohibit using escape sequences in string literals
Ryo Nihei
5
-86
/
+58
2022-05-15
Stop handling panic to print a stack trace
Ryo Nihei
6
-135
/
+41
2022-05-10
Update CHANGELOG
Ryo Nihei
1
-0
/
+15
2022-05-10
Follow golangci-lint
Ryo Nihei
1
-3
/
+1
2022-05-10
Add spelling inconsistencies check
Ryo Nihei
3
-23
/
+238
2022-05-10
Make the identifier format strict
Ryo Nihei
11
-88
/
+152
[next]