Skip to content

Commit

Permalink
Merge pull request #70 from rdxxer/main
Browse files Browse the repository at this point in the history
Update grammar.md
  • Loading branch information
redocmath authored Jan 12, 2024
2 parents fa453b8 + 89e9a54 commit 1e8a60e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/grammar.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ After a backslash, certain single-character escapes represent special values:
| `\b` | U+0008 | backspace |
| `\f` | U+000C | form feed |
| `\n` | U+000A | line feed or newline |
| `\r` | U+0007 | carriage return |
| `\t` | U+0007 | horizontal tab |
| `\v` | U+0007 | vertical tab |
| `\\` | U+0007 | backslash |
| `\'` | U+0007 | single quote |
| `\"` | U+0007 | double quote |
| `\r` | U+000D | carriage return |
| `\t` | U+0009 | horizontal tab |
| `\v` | U+000B | vertical tab |
| `\\` | U+005C | backslash |
| `\'` | U+0027 | single quote |
| `\"` | U+0022 | double quote |

```ebnf
rune_lit = "'" uni_value "'" .
Expand Down

0 comments on commit 1e8a60e

Please sign in to comment.