Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tiny typos #238

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* check 'error' token handling.
* interactive transition table monitor.
* support backtracking.
* output Ruby extention library?
* output Ruby extension library?
* LL(k)? (But it should not be called Racc)
2 changes: 1 addition & 1 deletion doc/ja/grammar.ja.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ target: TERM_A nonterm_a TERM_B nonterm_b
--
prechigh
nonassoc PLUSPLUS
left MULTI DEVIDE
left MULTI DIVIDE
left PLUS MINUS
right '='
preclow
Expand Down
2 changes: 1 addition & 1 deletion sample/lists.y
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# Rules for verious lists.
# Rules for various lists.
# This file is just an example, you cannot compile this file.

class ExampleOnly
Expand Down