1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Corrections to Lemon documentation. No SQLite changes.

FossilOrigin-Name: c568ae3eef31b49e846fad90e705914e2868a09c
This commit is contained in:
drh
2016-10-08 13:34:08 +00:00
parent 320d4c304d
commit dfe4e6bb33
3 changed files with 10 additions and 10 deletions

View File

@ -85,7 +85,7 @@ Define C preprocessor macro <i>name</i>. This macro is useable by
Do not generate a parser. Instead write the input grammar to standard
output with all comments, actions, and other extraneous text removed.
<li><b>-l</b>
Omit "#line" directives int the generated parser C code.
Omit "#line" directives in the generated parser C code.
<li><b>-m</b>
Cause the output C source code to be compatible with the "makeheaders"
program.
@ -929,7 +929,7 @@ token structure. Like this:</p>
</pre></p>
<p>If the data type of terminals is not specified, the default value
is "int".</p>
is "void*".</p>
<p>Non-terminal symbols can each have their own data types. Typically
the data type of a non-terminal is a pointer to the root of a parse-tree

View File

@ -1,5 +1,5 @@
C Add\smissing\s"static"\sto\sinternal\sfunction\swhereRangeVectorLen().
D 2016-10-08T11:55:12.559
C Corrections\sto\sLemon\sdocumentation.\s\sNo\sSQLite\schanges.
D 2016-10-08T13:34:08.299
F Makefile.in 6fd48ffcf7c2deea7499062d1f3747f986c19678
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
F Makefile.msc 5151cc64c4c05f3455f4f692ad11410a810d937f
@ -33,7 +33,7 @@ F config.sub 9ebe4c3b3dab6431ece34f16828b594fb420da55
F configure 3f44893bc0e51c30653e02b0fd4dc2ab585e446a x
F configure.ac b5d3df43161374f8dffd2e5f4b88fbb51685b975
F contrib/sqlitecon.tcl 210a913ad63f9f991070821e599d600bd913e0ad
F doc/lemon.html e2118945e5f07ed146b45c9cd2b2dd6eabb8ebf2
F doc/lemon.html b5a3c07d33ecb8e019ce8f7660fe2dbbad9d7977
F doc/pager-invariants.txt 27fed9a70ddad2088750c4a2b493b63853da2710
F doc/vfs-shm.txt e101f27ea02a8387ce46a05be2b1a902a021d37a
F ext/README.txt 913a7bd3f4837ab14d7e063304181787658b14e1
@ -1525,7 +1525,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
P dbe2997f57f8d8f95e4b767bf73b8df3a5e4f783
R 1c63a7fb91dc2dc6972e910863772c96
U dan
Z 6786da16e23c94ae7e9e3ff923a5e88f
P cbed3d75cf9a24037263d126727db7dd048a4f97
R 32fe7082776be1c5e19835aad8801e28
U drh
Z 8f596491c82d3cdf69733967abe08530

View File

@ -1 +1 @@
cbed3d75cf9a24037263d126727db7dd048a4f97
c568ae3eef31b49e846fad90e705914e2868a09c