Skip to content

Commit

Permalink
Corrections to Lemon documentation. No SQLite changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
D. Richard Hipp committed Oct 8, 2016
1 parent 32996e8 commit 2e23923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3>Command Line Options</h3>
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.
Expand Down Expand Up @@ -929,7 +929,7 @@ <h4>The <tt>%token_type</tt> and <tt>%type</tt> directives</h4>
</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
Expand Down

0 comments on commit 2e23923

Please sign in to comment.