Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NEW LL(1) PARSER | Roberto Ierusalimschy | 1998-05-27 | 1 | -64/+74 | |
| | ||||||
* | details (and new escape sequences: \a, \b, ...) | Roberto Ierusalimschy | 1998-03-20 | 1 | -5/+10 | |
| | ||||||
* | correct way to handle string delimiters | Roberto Ierusalimschy | 1998-03-09 | 1 | -7/+5 | |
| | ||||||
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -3/+3 | |
| | ||||||
* | implementation of numerical escape sequences in strings ("\12"); | Roberto Ierusalimschy | 1998-02-11 | 1 | -20/+41 | |
| | | | | better error messages for wrong tokens | |||||
* | BUG: wrong line number (+1) in error report when file starts with "#..." | Roberto Ierusalimschy | 1998-01-19 | 1 | -4/+2 | |
| | ||||||
* | small optimizations in switch order | Roberto Ierusalimschy | 1998-01-09 | 1 | -5/+6 | |
| | ||||||
* | small bugs in error report | Roberto Ierusalimschy | 1997-12-22 | 1 | -2/+4 | |
| | ||||||
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -35/+29 | |
| | ||||||
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -4/+4 | |
| | ||||||
* | BUG: "lastline" was not reset on function entry, so debug information | Roberto Ierusalimschy | 1997-12-02 | 1 | -2/+1 | |
| | | | | started only in the 2nd line of a function. | |||||
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -159/+159 | |
| | ||||||
* | allows '\r' at the end of pragmas, so one can mix Windows and Unix files | Roberto Ierusalimschy | 1997-11-19 | 1 | -2/+3 | |
| | ||||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -194/+178 | |
| | ||||||
* | small details | Roberto Ierusalimschy | 1997-11-07 | 1 | -2/+2 | |
| | ||||||
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -11/+6 | |
| | ||||||
* | using bison instead of yacc; lparser.c renamed to lstx.c (to | Roberto Ierusalimschy | 1997-10-13 | 1 | -2/+2 | |
| | | | | avoid confusion with lparser.h...) | |||||
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -6/+5 | |
| | ||||||
* | Lexical Analizer | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+462 | |