index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lparser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new syntax: assignment expressions + better order for opcodes
Roberto Ierusalimschy
1999-02-02
1
-13
/
+41
*
opcodes with builtin parameters are too complicated for very little extra
Roberto Ierusalimschy
1999-02-02
1
-48
/
+38
*
"if" expression leaves only one of its expressions on the stack
Roberto Ierusalimschy
1999-02-02
1
-2
/
+5
*
"if" expressions.
Roberto Ierusalimschy
1999-02-01
1
-24
/
+31
*
negative numerals do not need a MINUSOPeration; go directly to contant
Roberto Ierusalimschy
1999-01-29
1
-44
/
+51
*
<string.h> is needed because of "memcpy".
Roberto Ierusalimschy
1999-01-21
1
-1
/
+2
*
GC can be called during parsing, if needed.
Roberto Ierusalimschy
1999-01-15
1
-19
/
+32
*
to avoid warnings about "typecast" (Visual C++)
Roberto Ierusalimschy
1998-12-28
1
-15
/
+15
*
better error message
Roberto Ierusalimschy
1998-12-23
1
-3
/
+9
*
better error message for code too long (old one was misleading when the
Roberto Ierusalimschy
1998-08-11
1
-2
/
+3
*
details ("luaX_token2str" doesn't need LexState)
Roberto Ierusalimschy
1998-07-24
1
-4
/
+4
*
"exp" changed to "exp0" to avoid problems with math.h.
v3.1
Roberto Ierusalimschy
1998-07-06
1
-9
/
+9
*
stupid bug (in syntax print "hello")
Roberto Ierusalimschy
1998-06-24
1
-1
/
+2
*
NEW LL(1) PARSER
Roberto Ierusalimschy
1998-05-27
1
-0
/
+1332