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 923dd2d commit 3e676d8Copy full SHA for 3e676d8
grammar/Lua51.jj
@@ -1,5 +1,5 @@
1
/**
2
-* Javacc grammer for lua language version 5.1
+* Javacc grammar for lua language version 5.1
3
*
4
* Originally created for use in luaj, a Java implementation of the lua language
5
* @see http://sourceforge.net/projects/luaj/
@@ -10,7 +10,7 @@
10
* Empty grammar that validates syntax without producing a parse tree.
11
12
* @author Jim Roseborough
13
-* @date June 19, 2010
+* @date June 21, 2010
14
*/
15
16
options {
0 commit comments