summaryrefslogtreecommitdiff
path: root/llex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* NEW LL(1) PARSERRoberto Ierusalimschy1998-05-271-64/+74
|
* details (and new escape sequences: \a, \b, ...)Roberto Ierusalimschy1998-03-201-5/+10
|
* correct way to handle string delimitersRoberto Ierusalimschy1998-03-091-7/+5
|
* support for strings with '\0'Roberto Ierusalimschy1998-03-061-3/+3
|
* implementation of numerical escape sequences in strings ("\12");Roberto Ierusalimschy1998-02-111-20/+41
| | | | better error messages for wrong tokens
* BUG: wrong line number (+1) in error report when file starts with "#..."Roberto Ierusalimschy1998-01-191-4/+2
|
* small optimizations in switch orderRoberto Ierusalimschy1998-01-091-5/+6
|
* small bugs in error reportRoberto Ierusalimschy1997-12-221-2/+4
|
* new scheme for buffers, centralized in auxlib.Roberto Ierusalimschy1997-12-171-35/+29
|
* details (mainly error messages)Roberto Ierusalimschy1997-12-091-4/+4
|
* BUG: "lastline" was not reset on function entry, so debug informationRoberto Ierusalimschy1997-12-021-2/+1
| | | | started only in the 2nd line of a function.
* small modifications (format, small optimizations, etc)Roberto Ierusalimschy1997-11-211-159/+159
|
* allows '\r' at the end of pragmas, so one can mix Windows and Unix filesRoberto Ierusalimschy1997-11-191-2/+3
|
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-194/+178
|
* small detailsRoberto Ierusalimschy1997-11-071-2/+2
|
* "lua_open": now lua has an explicit open operation.Roberto Ierusalimschy1997-11-041-11/+6
|
* using bison instead of yacc; lparser.c renamed to lstx.c (toRoberto Ierusalimschy1997-10-131-2/+2
| | | | avoid confusion with lparser.h...)
* new implementation for globals: Global value is stored in TaggedStringRoberto Ierusalimschy1997-09-261-6/+5
|
* Lexical AnalizerRoberto Ierusalimschy1997-09-161-0/+462