Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 175228f

Browse files
committed
added a bunch of missing descriptions for grammar rules in grammar.pegjs. make sure that a description is not repeated in smart error message. comment rules should not use sym_x rules since you should not be able to put a space between the two symbols at the start and/or end of a comment. refs #2
1 parent ddb4689 commit 175228f

File tree

11 files changed

+19240
-15711
lines changed

11 files changed

+19240
-15711
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
5+
### Changed
6+
- added a bunch of missing descriptions for grammar rules in `grammar.pegjs`
7+
- make sure that a `description` is not repeated in smart error message
8+
9+
### Notes
10+
- `comment` rules should not use `sym_*` rules since you should not be able to put a space between the two symbols at the start and/or end of a comment.
11+
12+
```
13+
SELECT * - - not valid but is being accepted
14+
```
515

616
## [v0.9.1] - 2015-07-05
717
### Changed

demo/sqlite-parser-demo.js

Lines changed: 6207 additions & 5039 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)