We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e87ca commit 96a57d4Copy full SHA for 96a57d4
sql.pegjs
@@ -1,6 +1,11 @@
1
-// Originally generated from tmp/rules.rb and bubble-to-pegjs_ex.rb
2
-// and manually edited for pegjs suitability. Rules with indentation
3
-// or with comments have manual edits.
+// Originally generated from...
+// 1) sql-bubble.txt (from sqlite.org)
+// 2) ./sql-bubble.rb sql-bubble.txt > tmp/rules.rb
4
+// 3) ./bubble-to-pegjs.rb tmp/rules.rb bubble-to-pegjs_ex.rb > tmp/sql.pegjs
5
+//
6
+// Then, manually edited for pegjs suitability.
7
8
+// Rules with indentation or with comments have manual edits.
9
//
10
{
11
function append(arr, x) {
0 commit comments