summaryrefslogtreecommitdiff
path: root/llex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* new implementation for globals: Global value is stored in TaggedStringRoberto Ierusalimschy1997-09-261-6/+5
* Lexical AnalizerRoberto Ierusalimschy1997-09-161-0/+462