Age | Commit message (Expand) | Author | Files | Lines |
2009-01-13 | *** empty log message *** | kramm | 33 | -32865/+0 |
2009-01-09 | new function pool_dump | kramm | 2 | -3/+56 |
2009-01-09 | added support for package-level code | kramm | 1 | -1/+2 |
2009-01-09 | generated using flex+bison | kramm | 1 | -237/+238 |
2009-01-09 | write out index instead of memory address, for methods | kramm | 1 | -7/+14 |
2009-01-09 | if a constant index is zero, write CONSTANT_NULL | kramm | 1 | -45/+41 |
2009-01-09 | generated using flex+bison | kramm | 3 | -0/+10124 |
2009-01-09 | . | kramm | 1 | -1/+2 |
2009-01-09 | test code on package level | kramm | 1 | -15/+3 |
2009-01-09 | test package-level code | kramm | 2 | -0/+41 |
2009-01-06 | #include as3/compiler.h | kramm | 1 | -0/+1 |
2009-01-06 | new function swf_AddAS3FontDefine | kramm | 1 | -0/+1 |
2009-01-06 | added as3 compiler objects | kramm | 1 | -1/+1 |
2009-01-06 | added move to front optimization | kramm | 1 | -16/+25 |
2009-01-06 | new function list_concat | kramm | 2 | -0/+16 |
2009-01-06 | added finally keyword | kramm | 1 | -0/+1 |
2009-01-06 | implemented hex floats, added softwarning log level | kramm | 1 | -29/+70 |
2009-01-06 | added \' escape handling | kramm | 1 | -0/+1 |
2009-01-06 | small optimizations, improved regexp handling | kramm | 1 | -27/+53 |
2009-01-06 | switched more integer overflows from error reporting to float casting | kramm | 1 | -2/+4 |
2009-01-06 | convert integers to float if they're too large | kramm | 1 | -8/+25 |
2009-01-06 | export flex definitions | kramm | 1 | -0/+3 |
2009-01-06 | renamed syntaxerror to as3_error, added as3_softwarning | kramm | 1 | -2/+5 |
2009-01-06 | added regexp helper struct | kramm | 1 | -0/+4 |
2009-01-06 | optimizations and bugfixes for finally | kramm | 1 | -37/+126 |
2009-01-06 | implemented finally | kramm | 1 | -24/+121 |
2009-01-06 | added stub for inner functions | kramm | 1 | -6/+19 |
2009-01-06 | multi file support, switched a few warnings to softwarnings | kramm | 1 | -38/+42 |
2009-01-06 | fixed globalvarassign test case | kramm | 1 | -1/+5 |
2009-01-06 | more reconcile fixes, optimized ++ | kramm | 1 | -40/+69 |
2009-01-06 | fixed reconcile bug, moved local var initialization to the top of code blocks | kramm | 1 | -128/+175 |
2009-01-06 | changed flags2access calls to flags2namespace | kramm | 1 | -19/+42 |
2009-01-06 | made ^ left-associative | kramm | 1 | -1/+1 |
2009-01-06 | added '|=' implementation | kramm | 1 | -1/+8 |
2009-01-06 | slight interface changes | kramm | 1 | -3/+5 |
2009-01-06 | uses compiler.h now instead of doing everything itself | kramm | 1 | -23/+12 |
2009-01-06 | added cleanup code | kramm | 1 | -5/+8 |
2009-01-06 | don't clean up after the last file, so that exceptoins during closing have a ... | kramm | 1 | -5/+8 |
2009-01-06 | renamed syntaxerror to as3_error, added a warning | kramm | 1 | -2/+5 |
2009-01-06 | moved flex exports to tokenizer.h | kramm | 1 | -1/+0 |
2009-01-06 | added simple interface to the parser | kramm | 2 | -0/+108 |
2009-01-06 | added assert() in cut_last_push | kramm | 1 | -0/+1 |
2009-01-06 | merged code_find_start and code_start | kramm | 1 | -13/+5 |
2009-01-06 | exported abc_initscript_addClassTrait | kramm | 1 | -0/+1 |
2009-01-06 | new function abc_initscript() | kramm | 1 | -1/+1 |
2009-01-06 | renamed code_dump() to code_dump2(), code_dump() only takes one argument | kramm | 3 | -19/+21 |
2009-01-06 | removed return type parameter from abc_initscript(), added function swf_AddAS... | kramm | 1 | -11/+45 |
2009-01-06 | fixed dependencies | kramm | 1 | -5/+5 |
2009-01-06 | the tokenizer/parser/compiler files are now compiled by ../Makefile | kramm | 1 | -20/+23 |
2009-01-06 | reshuffled flags | kramm | 1 | -2/+27 |