summaryrefslogtreecommitdiff
path: root/llex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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