]> git.lizzy.rs Git - metalua.git/history - src/compiler
spelling fixes to the documentation
[metalua.git] / src / compiler /
2009-02-28 Fabien Fleutotfix in default args for gg.multisequence
2009-02-28 Fabien FleutotMerge branch 'better-errors' into 0.5-branch
2009-02-28 Fabien Fleutotuse simplified defaults for multisequences in mlp
2009-02-26 Fabien Fleutotfixes suggested by D. M.
2009-02-25 Fabien FleutotMerge branch 'better-errors' of git@github.com:fab13n...
2009-02-25 Fabien Fleutotimproved messages clarity, following suggestions by...
2009-02-22 Fabien Fleutotfixed metabug mode
2009-02-22 Fabien Fleutotpushed in a hurry, alimentation issue on laptop
2009-02-22 Fabien FleutotMerge commit 'origin/scoped-walk' into better-errors
2009-02-22 Fabien Fleutotbetter sequence name generator for gg
2009-02-11 Fabien Fleutotindentation cleanup
2009-02-03 Fabien Fleutotmlp.chunk.transformers had disappeared because mlp...
2009-02-03 Fabien Fleutotminor refactoring in gg
2009-02-03 Fabien FleutotMerge branch 'master' of git@github.com:fab13n/metalua...
2009-02-02 Fabien FleutotMerge branch 'ag-fixes' of git://github.com/agladysh...
2009-02-02 Fabien Fleutotmerging trycatch fix
2009-02-02 unknownIPC communication between processes through tmp files...
2009-01-31 Fabien Fleutotcleanup in mlp, a couple of relevant entries made public
2009-01-29 Fabien Fleutotsupport for ast->src translation in lib and metalua...
2009-01-29 Fabien Fleutotminor lexer cleanup
2009-01-29 Fabien Fleutotmore permissive multisequence:add() definition in gg
2009-01-21 unknownfix in the string lexer: interaction between numeric...
2009-01-21 unknownhandling of string escape sequences in the lexer: not...
2009-01-19 unknownCRLF goo, again
2008-12-27 Fabien FleutotCRLF issue with gg.
2008-12-26 unknownrewrote the build and install system, tested on linux...
2008-12-26 unknownCRLF fsckup
2008-12-25 Fabien Fleutotminor variable renamings
2008-12-25 Fabien Fleutotadded eprintf() to bas lib, formatted printing to stderr
2008-12-25 Fabien Fleutotfixes on the compilation process separation through...
2008-12-25 Fabien FleutotMerge branch 'no-dll' of git@github.com:fab13n/metalua
2008-12-18 Fabien Fleutotbetter runtime error msg qhen running a program with...
2008-12-18 unknownchanged package loader and metalua compiler: instead...
2008-12-17 unknownfix CRLF
2008-12-04 unknowndoesn't fail when springs coudln't be loaded
2008-12-04 unknownmoved metalua related libraries into package metalua.*
2008-11-27 Fabien Fleutotmissing lineinfo from gg.onkeyword() and for "|x| y...
2008-11-27 Fabien Fleutotmissing lineinfo for "for var in ... end" when there...
2008-11-27 Fabien FleutotMerge branch 'master' of ssh://repo.or.cz/srv/git/metalua
2008-11-27 fabienbad lineinfo for suffix expression parsers produced...
2008-11-02 Fabien Fleutotfixed incorrect behavior for loadstring() and loadfile...
2008-09-30 fabienmetalua toplevel: option -A now uses fixed indentation...
2008-09-30 fabienadded pretty printer to lexer tokens, and immediately...
2008-09-14 Fabien Fleutotbad lineinfo for infix operators in gg
2008-09-14 Fabien Fleutotlineinfo missing in "local func" and in ~= operator
2008-09-14 Fabien Fleutotfixed some missing lineinfo in mlp
2008-09-13 Fabien FleutotA different approach to comments attachement
2008-09-13 Fabien Fleutotcomments were accidentally stripped from tokens by...
2008-09-13 Fabien Fleutotliteral parsing bug
2008-09-12 fabienAdded filename reference in lineinfo, fixed positions...
2008-09-11 fabienfixed comment integration in AST lineinfo
2008-09-11 fabienadded option in metalua to print lineinfo together...
2008-09-11 fabienfixed the unescaping of string literals
2008-09-10 fabienfixed the parsing of return statements: they wouldn...
2008-09-10 fabienfixed error position reporting in mlc.mlua
2008-09-10 fabienhandle initial shebang comments in chunks
2008-09-10 fabienfixed a bug in lexer:sync()
2008-09-10 fabienLexer fixes from A. Gladysh: escaping chars in strings...
2008-09-10 fabienRedid the lineinfo handling.
2008-04-03 ffttypo fixes
2008-02-20 Fabien Fleutotintroduce xmatch, the extended match library: destructu...
2008-02-18 Fabien Fleutotcompatibility with integral-variants of Lua VMs
2008-02-14 Fabien Fleutotadded 64 bits and openBSD compatibility
2008-02-14 Fabien FleutotTowards 0.4.1: lua-5.1.3, pluto-2.2, 64 bits compatible...
2008-02-12 Fabien Fleutotmisc.
2008-02-12 Fabien Fleutotadded REPL loop and editline support
2008-02-08 Fabien Fleutotfixing the merge.
2008-02-08 Fabien FleutotI still suck at merging :(
2008-02-08 Fabien FleutotMerge branch 'eve-runtime-debug'
2008-02-08 Fabien Fleutot0.4-rc2
2008-02-07 Fabien Fleutotfixing linux/cygwin build, work in progress
2008-02-06 Fabien Fleutothandled hygiene manually in try/catch extension
2008-02-03 Fabien FleutotComiler now accept `Local{ {lhs} } nodes without a...
2008-01-30 Fabien FleutotBuilds on win32 with MS Visual Studio, through an ugly...
2008-01-29 Fabien Fleutotsimplified the extension loading mechanism, fixed a...
2008-01-27 Fabien Fleutotminor stuff
2008-01-25 Fabien Fleutothygienic macros, take two: H{ }+{ } and -{! }
2008-01-24 Fabien Fleutotintroduced quote hygienizer
2008-01-21 Fabien FleutotEVE patch for line number reporting on runtime errors
2008-01-21 Fabien Fleutotimproved global declarations + minor stuff
2008-01-21 Fabien Fleutotadded lexer switcher in gg
2008-01-20 Fabien Fleutotadded switchable lexers
2008-01-20 Fabien Fleutotminor stuff
2008-01-20 Fabien Fleutotmetalua help msg improved
2008-01-20 Fabien FleutotFixed bug in `Stat compilation, reported by J. Belmonte
2008-01-16 Fabien Fleutotfixed bug in gg: handling of infix operators with ...
2008-01-10 Fabien Fleutotmetalua option --run can now be forced off
2008-01-10 Fabien Fleutotallow to delete a sequence from a GG multi-sequence
2008-01-06 Fabien FleutotMerge branch 'master' of git+ssh://fab13n@repo.or.cz...
2008-01-06 Fabien Fleutotmerged EVE mods and metalua-lib
2008-01-06 Fabien FleutotMade AST definition changes, in the compiler and in...
2008-01-06 Fabien Fleutotmetalua now compile different files in separate rings
2008-01-06 Fabien Fleutotmoved all 3rd party C libraries in a single dir
2008-01-05 Fabien FleutotCompleted bootstrap, without separate rings for metalev...
2008-01-04 Vyacheslav Egorovpulled from repo
2008-01-04 Fabien Fleutotgoing on reverting metalua as a regular set of lua...
2008-01-03 unknowninitial working version for mingw
2008-01-03 Fabien Fleutotfixed metaluac, added features to clopts.
2007-12-31 Fabien FleutotInitial import of metalua 0.3.9 (working version toward...