Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |