| Commit message (Expand) | Author | Age | Files | Lines |
* | local variables may appear inside blocks in main code. | Roberto Ierusalimschy | 1995-10-26 | 1 | -3/+1 |
* | functions now may be declared with any "var" as a name; | Roberto Ierusalimschy | 1995-10-26 | 1 | -64/+60 |
* | new syntax for function declarations: "function a.x () ... " | Roberto Ierusalimschy | 1995-10-25 | 1 | -19/+16 |
* | new method to keep debug line information: current line is stored on the | Roberto Ierusalimschy | 1995-10-25 | 1 | -89/+125 |
* | new style for debug information about functions: no more SETFUNCTION | Roberto Ierusalimschy | 1995-10-17 | 1 | -22/+13 |
* | Garbage collection of functions + header structure for functions | Roberto Ierusalimschy | 1995-10-04 | 1 | -13/+18 |
* | syntax for {...;...} is more flexible now. | Roberto Ierusalimschy | 1995-06-08 | 1 | -10/+21 |
* | run-time stack now is controled at run time, instead of | Waldemar Celes | 1995-04-11 | 1 | -22/+28 |
* | strdup is done via mem.c to control its memory allocation | Roberto Ierusalimschy | 1995-01-14 | 1 | -2/+2 |
* | bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit ... | Waldemar Celes | 1994-12-27 | 1 | -10/+8 |
* | routines are defined before rules, to allow correct compilation with bison | Waldemar Celes | 1994-12-27 | 1 | -185/+184 |
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -8/+12 |
* | opcode PUSHSELF has a parameter that indicates the method to be called | Roberto Ierusalimschy | 1994-12-06 | 1 | -4/+11 |
* | erased function yywrap (nobody used it) | Roberto Ierusalimschy | 1994-11-25 | 1 | -6/+1 |
* | modifications to avoid warnings when compiling yacc code | Roberto Ierusalimschy | 1994-11-23 | 1 | -3/+11 |
* | no more unary '+' | Roberto Ierusalimschy | 1994-11-22 | 1 | -2/+1 |
* | small bug corrected | Roberto Ierusalimschy | 1994-11-17 | 1 | -7/+7 |
* | listing did not list POWOP | Roberto Ierusalimschy | 1994-11-17 | 1 | -2/+3 |
* | uses new memory module (mem.c). | Roberto Ierusalimschy | 1994-11-17 | 1 | -65/+36 |
* | unification of symbol tree and constant tree | Roberto Ierusalimschy | 1994-11-14 | 1 | -80/+61 |
* | small changes to avoid shadowing | Roberto Ierusalimschy | 1994-11-13 | 1 | -11/+11 |
* | because lua_error does a longjmp, there is no need to a variable | Roberto Ierusalimschy | 1994-11-09 | 1 | -69/+36 |
* | new opcodes for '>' and '>=' | Roberto Ierusalimschy | 1994-11-06 | 1 | -3/+3 |
* | RESET is generated at codereturn. | Roberto Ierusalimschy | 1994-11-03 | 1 | -4/+2 |
* | new way to call functions, plus several small changes. This is | Roberto Ierusalimschy | 1994-11-02 | 1 | -85/+105 |
* | CREATEARRAY now has an argument, the size of the array to create. | Roberto Ierusalimschy | 1994-11-01 | 1 | -5/+11 |
* | deletion of 'include mm.h' | Roberto Ierusalimschy | 1994-10-21 | 1 | -3/+1 |
* | power operator (^). | Waldemar Celes | 1994-10-17 | 1 | -50/+37 |
* | Correcao do tratamento de erro reportado dentro de uma funcao. | Waldemar Celes | 1994-10-11 | 1 | -2/+2 |
* | Mudancas na sintaxe para a versao 2.0. Igual relacional passa | Waldemar Celes | 1994-10-11 | 1 | -62/+42 |
* | Implementacao da definicao e chamada de METODOS. | Waldemar Celes | 1994-08-05 | 1 | -30/+125 |
* | Implementacao de funcoes para tratar Lua function em C e | Waldemar Celes | 1994-08-03 | 1 | -4/+10 |
* | Uso de arvores binarias para armazenar nomes e realocacao dinamica | Waldemar Celes | 1994-07-19 | 1 | -24/+25 |
* | Alteracao do tipo da variavel "pc" na compilacao, passando | Waldemar Celes | 1994-04-20 | 1 | -47/+39 |
* | Nova estrategia de alocacao de buffers para codigo intermediario. | Waldemar Celes | 1994-04-19 | 1 | -52/+95 |
* | Correcao da funcao PrintCode | Waldemar Celes | 1994-04-15 | 1 | -5/+28 |
* | O token NAME deixa de estar associado a um indice da tabela de | Waldemar Celes | 1994-04-15 | 1 | -23/+51 |
* | Alteracao para retirar codificacao de NOP's, substituindo | Waldemar Celes | 1994-04-13 | 1 | -76/+112 |
* | Acrescentar o gerenciador de memoria "mm" e corrigir um bug pois | Waldemar Celes | 1994-03-28 | 1 | -2/+4 |
* | otimizacao do codigo para construtores. | Roberto Ierusalimschy | 1994-02-13 | 1 | -58/+115 |
* | correcao de bug em constantes (rotina code_number) entre | Roberto Ierusalimschy | 1993-12-28 | 1 | -3/+3 |
* | criacao do token WRONGTOKEN, necessario para o novo analizador lexico | Roberto Ierusalimschy | 1993-12-22 | 1 | -1/+2 |
* | LUA YACC syntax and semantics | Waldemar Celes | 1993-12-17 | 1 | -0/+771 |