Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small improvements | Roberto Ierusalimschy | 1996-02-14 | 1 | -5/+3 |
| | |||||
* | reserved words are stored in main string table; "marked" field is | Roberto Ierusalimschy | 1996-02-14 | 1 | -19/+12 |
| | | | | | used to indicate its type. Table initializations centralized by "tree.c". | ||||
* | new header "lex.h". | Roberto Ierusalimschy | 1996-02-13 | 1 | -2/+2 |
| | |||||
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -2/+2 |
| | | | | an array of hash tables for all them. | ||||
* | a backslash followed by a newline allows the newline to go into | Roberto Ierusalimschy | 1996-02-09 | 1 | -1/+2 |
| | | | | a string. | ||||
* | "lua_debug" now is exported through debug interface (luadebug.h) | Roberto Ierusalimschy | 1996-02-07 | 1 | -1/+2 |
| | |||||
* | names generated by yacc (starting with "yy") are changed to start with | Roberto Ierusalimschy | 1995-12-21 | 1 | -10/+9 |
| | | | | "luaY_", to avoid name clashes with hosts using yacc. | ||||
* | useless "#include math.h"v2.2 | Roberto Ierusalimschy | 1995-11-16 | 1 | -2/+1 |
| | |||||
* | new method to keep debug line information: current line is stored on the | Roberto Ierusalimschy | 1995-10-25 | 1 | -2/+6 |
| | | | | | Lua stack, just below (new) base, with tag LUA_T_LINE. SETLINE opcodes are generated by lex. | ||||
* | new function "luaI_findconstantbyname". | Roberto Ierusalimschy | 1995-10-13 | 1 | -3/+3 |
| | |||||
* | nova forma de comentarios: de '#' ate' fim de linha (para uso de lua | Roberto Ierusalimschy | 1995-10-06 | 1 | -2/+3 |
| | | | | como shell) | ||||
* | small correction to avoid problems with DOS/Windows | Roberto Ierusalimschy | 1995-10-03 | 1 | -1/+2 |
| | |||||
* | buffer for literals now grows dynamically, allowing big programs between [[ ↵ | Roberto Ierusalimschy | 1995-09-15 | 1 | -7/+40 |
| | | | | and ]]. | ||||
* | new syntax for strings: [[ ... ]]. Still in tests, | Roberto Ierusalimschy | 1995-07-06 | 1 | -2/+50 |
| | | | | since the code does not check buffer overflow. | ||||
* | better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' ↵ | Waldemar Celes | 1994-12-27 | 1 | -2/+2 |
| | | | | and 'parser.h') | ||||
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -2/+2 |
| | |||||
* | small simplification | Roberto Ierusalimschy | 1994-11-22 | 1 | -3/+1 |
| | |||||
* | unification of symbol tree and constant tree | Roberto Ierusalimschy | 1994-11-14 | 1 | -12/+12 |
| | |||||
* | small changes in 'ugly' part. | Roberto Ierusalimschy | 1994-11-13 | 1 | -17/+12 |
| | |||||
* | prototype for function 'yylex' | Roberto Ierusalimschy | 1994-11-03 | 1 | -38/+3 |
| | |||||
* | split to 'ugly.h'. | Waldemar Celes | 1994-10-18 | 1 | -24/+7 |
| | |||||
* | new algorithm for reading floats. | Waldemar Celes | 1994-10-17 | 1 | -14/+35 |
| | | | | files end with EOF, instead of 0. | ||||
* | Mudancas para tornar lex.c um modulo independente dos outros | Waldemar Celes | 1994-09-26 | 1 | -24/+34 |
| | | | | modulos de Lua | ||||
* | added support for ugly tokens | Luiz Henrique de Figueiredo | 1994-09-22 | 1 | -18/+65 |
| | |||||
* | escapes \' e \" em strings; correcao do escape \\ | Waldemar Celes | 1994-09-05 | 1 | -2/+7 |
| | |||||
* | Implementacao da macro 'lua_strcmp' | Waldemar Celes | 1994-08-17 | 1 | -4/+10 |
| | |||||
* | implementacao de dois buffer de 'yytext' para evitar bug | Waldemar Celes | 1994-08-05 | 1 | -12/+20 |
| | | | | no look ahead do yacc | ||||
* | Retirar chamada da funcao lua_findsymbol associada a cada | Waldemar Celes | 1994-04-15 | 1 | -2/+5 |
| | | | | | token NAME. A decisao de chamar lua_findsymbol ou lua_findconstant fica a cargo do modulo "lua.stx". | ||||
* | "include"s de string.h e stdlib.h para evitar warnings | Roberto Ierusalimschy | 1993-12-28 | 1 | -1/+6 |
| | |||||
* | Tratamento do token $debug e $nodebug | Waldemar Celes | 1993-12-22 | 1 | -8/+26 |
| | |||||
* | analizador lexico de LUA | Roberto Ierusalimschy | 1993-12-22 | 1 | -0/+207 |