aboutsummaryrefslogtreecommitdiff
path: root/lex.h (unfollow)
Commit message (Expand)AuthorFilesLines
1996-03-04small corrections.Roberto Ierusalimschy1-6/+6
1996-03-01small correction (about types)Roberto Ierusalimschy1-4/+4
1996-03-01uses ID_* constantsLuiz Henrique de Figueiredo1-15/+40
1996-02-28headers for Main and others are differentLuiz Henrique de Figueiredo1-13/+16
1996-02-26using double to read numbers.Roberto Ierusalimschy1-6/+6
1996-02-26fixed strings (not collectable) don't need to be inserted in the constant table.Roberto Ierusalimschy4-26/+24
1996-02-26main always reads "luac.out"Luiz Henrique de Figueiredo1-3/+12
1996-02-26small correctionRoberto Ierusalimschy1-3/+3
1996-02-26check if jump is bigger than 2^16.Roberto Ierusalimschy1-3/+5
1996-02-26small changes (preparing for new module of pre-compilation)Roberto Ierusalimschy2-1/+5
1996-02-24functions now linked into a list headed by mainLuiz Henrique de Figueiredo1-7/+12
1996-02-24fix to PUSHFUNCTION now correctly at tf->markedLuiz Henrique de Figueiredo1-3/+4
1996-02-23added fix to PUSHFUNCTION and support for main functionLuiz Henrique de Figueiredo1-23/+31