]> git.lizzy.rs Git - metalua.git/shortlog
metalua.git
2008-12-04 unknowndoesn't fail when springs coudln't be loaded
2008-12-04 unknownmoved metalua related libraries into package metalua.*
2008-12-04 unknownfixing CRLF
2008-12-01 Fabien Fleutotvariable capture bug in match extension
2008-11-29 Fabien Fleutotcommenting and cleaning up synth.mlua
2008-11-29 Fabien Fleutotcomment cleanup in synth.mlua
2008-11-29 Fabien Fleutotcommenting and cleaning up synth.mlua
2008-11-28 fabiennew samples: synthesis of source file from an AST,...
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-10-03 fabientweaked the code of table.tostring() do that it can...
2008-09-30 Fabien FleutotFixed a but in table.tostring()'s identifier regexp...
2008-09-30 fabienmetalua toplevel: option -A now uses fixed indentation...
2008-09-30 fabienBig table.tostring() overhaul: removed some dead cruft...
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-12 fabiennoted strange use of new_indent in table.tostring()
2008-09-12 fabienfixed a bug in ifexpr sample
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-08 Fabien Fleutotadded autolocal feature to metalint
2008-04-03 ffttypo fixes
2008-04-03 fftintroducing metalint
2008-02-29 Fabien Fleutotimproved match/types, started typecheck, misc.
2008-02-27 Fabien Fleutotfixed trycatch
2008-02-26 Fabien Fleutotxloop and xmatch fixes
2008-02-22 Fabien Fleutotfixed xmatch and xloop
2008-02-21 Fabien Fleutotintroduce xloop extended loops
2008-02-20 Fabien Fleutotintroduce xmatch, the extended match library: destructu...
2008-02-18 Fabien Fleutotmisc.
2008-02-18 Fabien Fleutotmisc.
2008-02-18 Fabien Fleutotcompatibility with integral-variants of Lua VMs
2008-02-18 Fabien Fleutotadded destructuring set extension
2008-02-18 Fabien Fleutotupdated trycatch to work with new match, new catch...
2008-02-18 Fabien Fleutotupdated trycatch to work with new match, new catch...
2008-02-14 Fabien Fleutot0.4.1-rc1
2008-02-14 Fabien Fleutotadded 64 bits and openBSD compatibility
2008-02-14 Fabien Fleutotupdated MSVC build
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-12 Fabien Fleutotfixed iall and iany in table2
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 Fleutottypos in doc + removing useless win32 cruft
2008-02-08 Fabien Fleutottypos in doc + removing useless win32 cruft
2008-02-08 Fabien Fleutot0.4-rc2
2008-02-07 Fabien Fleutotfixed LUA_MFAST
2008-02-07 Fabien Fleutotfixing linux/cygwin build, work in progress
2008-02-06 Fabien FleutotFinal cleanup for v0.4, fix in win32 building script...
2008-02-06 Fabien FleutotCleanups towards v0.4
2008-02-06 Fabien Fleutotdoc fixes
2008-02-06 Fabien Fleutothandled hygiene manually in try/catch extension
2008-02-03 Fabien FleutotH: fixed the creation of H.alpha
2008-02-03 Fabien Fleutotwalk now also accepts `Local nodes without rhs
2008-02-03 Fabien Fleutotmatch extension hygienized wrt global function type()
2008-02-03 Fabien FleutotComiler now accept `Local{ {lhs} } nodes without a...
2008-02-01 Fabien Fleutotworking on H:
2008-01-31 Fabien Fleutotintroduce RAII extension
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 Fleutotimported preliminary version of AST->src dumper lib
2008-01-27 Fabien Fleutotminor stuff
2008-01-27 Fabien Fleutotmakefile fixes
2008-01-27 Fabien Fleutotminor stuff
2008-01-27 Fabien Fleutotfixed bug in `Stat{ } scoping by walk.id
2008-01-27 Fabien Fleutotbetter error msg when walking malformed trees
2008-01-27 Fabien Fleutotgoing on with H
2008-01-27 Fabien Fleutotdollar lib now registers macros in table "dollar"
2008-01-27 Fabien Fleutotmanual update
2008-01-25 Fabien Fleutotmanual page width reduced
2008-01-25 Fabien Fleutothygienic macros, take two: H{ }+{ } and -{! }
2008-01-25 Fabien Fleutotmanual: document some standard exts and libs
2008-01-24 Fabien Fleutotwork on trycatch
2008-01-24 Fabien Fleutotwork on quote hygienizer
2008-01-24 Fabien Fleutotintroduced quote hygienizer
2008-01-24 Fabien Fleutotimpproved makefile
2008-01-24 Fabien Fleutotadded log extension
2008-01-24 Fabien Fleutotimpproved makefile
2008-01-23 Fabien Fleutotbug in traycatch return walker
2008-01-22 Fabien Fleutotadded a try...catch...with extension
2008-01-21 Fabien FleutotEVE patch for line number reporting on runtime errors
2008-01-21 Fabien Fleutotimproved global declarations + minor stuff
next