summaryrefslogtreecommitdiff
path: root/lua.stx (follow)
Commit message (Expand)AuthorAgeFilesLines
* better control when growing arrays.Roberto Ierusalimschy1996-03-211-10/+3
* "PrintCode" now is defined in luac.Roberto Ierusalimschy1996-03-081-228/+1
* fixed strings (not collectable) don't need to be inserted in the constant table.Roberto Ierusalimschy1996-02-261-2/+2
* check if jump is bigger than 2^16.Roberto Ierusalimschy1996-02-261-3/+5
* useless #include.Roberto Ierusalimschy1996-02-141-2/+1
* new header "lex.h".Roberto Ierusalimschy1996-02-131-1/+2
* BIG CHANGE: new data structure for constants, strings and globals, usingRoberto Ierusalimschy1996-02-121-7/+7
* debug interface functions to manipulated local variables:Roberto Ierusalimschy1996-02-071-11/+19
* improve of compiling error messages.Roberto Ierusalimschy1996-02-051-10/+13
* local variable stack needs only the name of the variable (TreeNode);Roberto Ierusalimschy1996-01-231-19/+12
* correction of some order dependencies in debug code.Roberto Ierusalimschy1996-01-221-18/+20
* local variables may appear inside blocks in main code.Roberto Ierusalimschy1995-10-261-3/+1
* functions now may be declared with any "var" as a name;Roberto Ierusalimschy1995-10-261-64/+60
* new syntax for function declarations: "function a.x () ... "Roberto Ierusalimschy1995-10-251-19/+16
* new method to keep debug line information: current line is stored on theRoberto Ierusalimschy1995-10-251-89/+125
* new style for debug information about functions: no more SETFUNCTIONRoberto Ierusalimschy1995-10-171-22/+13
* Garbage collection of functions + header structure for functionsRoberto Ierusalimschy1995-10-041-13/+18
* syntax for {...;...} is more flexible now.Roberto Ierusalimschy1995-06-081-10/+21
* run-time stack now is controled at run time, instead ofWaldemar Celes1995-04-111-22/+28
* strdup is done via mem.c to control its memory allocationRoberto Ierusalimschy1995-01-141-2/+2
* bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit ...Waldemar Celes1994-12-271-10/+8
* routines are defined before rules, to allow correct compilation with bisonWaldemar Celes1994-12-271-185/+184
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-201-8/+12
* opcode PUSHSELF has a parameter that indicates the method to be calledRoberto Ierusalimschy1994-12-061-4/+11
* erased function yywrap (nobody used it)Roberto Ierusalimschy1994-11-251-6/+1
* modifications to avoid warnings when compiling yacc codeRoberto Ierusalimschy1994-11-231-3/+11
* no more unary '+'Roberto Ierusalimschy1994-11-221-2/+1
* small bug correctedRoberto Ierusalimschy1994-11-171-7/+7
* listing did not list POWOPRoberto Ierusalimschy1994-11-171-2/+3
* uses new memory module (mem.c).Roberto Ierusalimschy1994-11-171-65/+36
* unification of symbol tree and constant treeRoberto Ierusalimschy1994-11-141-80/+61
* small changes to avoid shadowingRoberto Ierusalimschy1994-11-131-11/+11
* because lua_error does a longjmp, there is no need to a variableRoberto Ierusalimschy1994-11-091-69/+36
* new opcodes for '>' and '>='Roberto Ierusalimschy1994-11-061-3/+3
* RESET is generated at codereturn.Roberto Ierusalimschy1994-11-031-4/+2
* new way to call functions, plus several small changes. This isRoberto Ierusalimschy1994-11-021-85/+105
* CREATEARRAY now has an argument, the size of the array to create.Roberto Ierusalimschy1994-11-011-5/+11
* deletion of 'include mm.h'Roberto Ierusalimschy1994-10-211-3/+1
* power operator (^).Waldemar Celes1994-10-171-50/+37
* Correcao do tratamento de erro reportado dentro de uma funcao.Waldemar Celes1994-10-111-2/+2
* Mudancas na sintaxe para a versao 2.0. Igual relacional passaWaldemar Celes1994-10-111-62/+42
* Implementacao da definicao e chamada de METODOS.Waldemar Celes1994-08-051-30/+125
* Implementacao de funcoes para tratar Lua function em C eWaldemar Celes1994-08-031-4/+10
* Uso de arvores binarias para armazenar nomes e realocacao dinamicaWaldemar Celes1994-07-191-24/+25
* Alteracao do tipo da variavel "pc" na compilacao, passandoWaldemar Celes1994-04-201-47/+39
* Nova estrategia de alocacao de buffers para codigo intermediario.Waldemar Celes1994-04-191-52/+95
* Correcao da funcao PrintCodeWaldemar Celes1994-04-151-5/+28
* O token NAME deixa de estar associado a um indice da tabela deWaldemar Celes1994-04-151-23/+51
* Alteracao para retirar codificacao de NOP's, substituindoWaldemar Celes1994-04-131-76/+112
* Acrescentar o gerenciador de memoria "mm" e corrigir um bug poisWaldemar Celes1994-03-281-2/+4