2009-01-09 |
kramm | new function pool_dump |
tree | commitdiff |
2009-01-09 |
kramm | added support for package-level code |
tree | commitdiff |
2009-01-09 |
kramm | generated using flex+bison |
tree | commitdiff |
2009-01-09 |
kramm | write out index instead of memory address, for methods |
tree | commitdiff |
2009-01-09 |
kramm | if a constant index is zero, write CONSTANT_NULL |
tree | commitdiff |
2009-01-09 |
kramm | generated using flex+bison |
tree | commitdiff |
2009-01-09 |
kramm | . |
tree | commitdiff |
2009-01-09 |
kramm | test code on package level |
tree | commitdiff |
2009-01-09 |
kramm | test package-level code |
tree | commitdiff |
2009-01-06 |
kramm | added finally keyword |
tree | commitdiff |
2009-01-06 |
kramm | implemented hex floats, added softwarning log level |
tree | commitdiff |
2009-01-06 |
kramm | added \' escape handling |
tree | commitdiff |
2009-01-06 |
kramm | small optimizations, improved regexp handling |
tree | commitdiff |
2009-01-06 |
kramm | switched more integer overflows from error reporting... |
tree | commitdiff |
2009-01-06 |
kramm | convert integers to float if they're too large |
tree | commitdiff |
2009-01-06 |
kramm | export flex definitions |
tree | commitdiff |
2009-01-06 |
kramm | renamed syntaxerror to as3_error, added as3_softwarning |
tree | commitdiff |
2009-01-06 |
kramm | added regexp helper struct |
tree | commitdiff |
2009-01-06 |
kramm | optimizations and bugfixes for finally |
tree | commitdiff |
2009-01-06 |
kramm | implemented finally |
tree | commitdiff |
2009-01-06 |
kramm | added stub for inner functions |
tree | commitdiff |
2009-01-06 |
kramm | multi file support, switched a few warnings to softwarnings |
tree | commitdiff |
2009-01-06 |
kramm | fixed globalvarassign test case |
tree | commitdiff |
2009-01-06 |
kramm | more reconcile fixes, optimized ++ |
tree | commitdiff |
2009-01-06 |
kramm | fixed reconcile bug, moved local var initialization... |
tree | commitdiff |
2009-01-06 |
kramm | changed flags2access calls to flags2namespace |
tree | commitdiff |
2009-01-06 |
kramm | made ^ left-associative |
tree | commitdiff |
2009-01-06 |
kramm | added '|=' implementation |
tree | commitdiff |
2009-01-06 |
kramm | slight interface changes |
tree | commitdiff |
2009-01-06 |
kramm | uses compiler.h now instead of doing everything itself |
tree | commitdiff |
2009-01-06 |
kramm | added cleanup code |
tree | commitdiff |
2009-01-06 |
kramm | don't clean up after the last file, so that exceptoins... |
tree | commitdiff |
2009-01-06 |
kramm | renamed syntaxerror to as3_error, added a warning |
tree | commitdiff |
2009-01-06 |
kramm | moved flex exports to tokenizer.h |
tree | commitdiff |
2009-01-06 |
kramm | added simple interface to the parser |
tree | commitdiff |
2009-01-06 |
kramm | added assert() in cut_last_push |
tree | commitdiff |
2009-01-06 |
kramm | merged code_find_start and code_start |
tree | commitdiff |
2009-01-06 |
kramm | exported abc_initscript_addClassTrait |
tree | commitdiff |
2009-01-06 |
kramm | new function abc_initscript() |
tree | commitdiff |
2009-01-06 |
kramm | renamed code_dump() to code_dump2(), code_dump() only... |
tree | commitdiff |
2009-01-06 |
kramm | removed return type parameter from abc_initscript(... |
tree | commitdiff |
2009-01-06 |
kramm | fixed dependencies |
tree | commitdiff |
2009-01-06 |
kramm | the tokenizer/parser/compiler files are now compiled... |
tree | commitdiff |
2009-01-06 |
kramm | reshuffled flags |
tree | commitdiff |
2009-01-06 |
kramm | added flags2namespace function |
tree | commitdiff |
2009-01-06 |
kramm | renamed access08 to namespace |
tree | commitdiff |
2009-01-06 |
kramm | added namespace handling |
tree | commitdiff |
2009-01-06 |
kramm | regenerated |
tree | commitdiff |
2009-01-06 |
kramm | test hex floats, too |
tree | commitdiff |
2009-01-06 |
kramm | test case for finally, with more complicated finally... |
tree | commitdiff |
2009-01-06 |
kramm | simplified one test case so that insert_finally_simple... |
tree | commitdiff |
2009-01-06 |
kramm | test unexpected (non-local) exceptions, too |
tree | commitdiff |
2009-01-06 |
kramm | added more tests |
tree | commitdiff |
2009-01-06 |
kramm | added test for ?: statement |
tree | commitdiff |
2009-01-06 |
kramm | new test case for reconcile problems |
tree | commitdiff |
2009-01-06 |
kramm | new test, for package paths |
tree | commitdiff |
2009-01-06 |
kramm | test variables of type class, too |
tree | commitdiff |
2009-01-06 |
kramm | test for namespaces |
tree | commitdiff |
2009-01-06 |
kramm | test for 'use namespace' |
tree | commitdiff |
2009-01-06 |
kramm | added a few local vars, to check for reconcile problems |
tree | commitdiff |
2009-01-06 |
kramm | test for regular expressions |
tree | commitdiff |
2009-01-06 |
kramm | test x|y|z |
tree | commitdiff |
2009-01-06 |
kramm | added check for |= |
tree | commitdiff |
2009-01-02 |
kramm | new keyword 'with' |
tree | commitdiff |
2009-01-02 |
kramm | implemented 'with' |
tree | commitdiff |
2009-01-02 |
kramm | test for global var assignment |
tree | commitdiff |
2009-01-02 |
kramm | new keyword throw |
tree | commitdiff |
2009-01-02 |
kramm | implemented throw and try/catch |
tree | commitdiff |
2009-01-02 |
kramm | new function code_start() |
tree | commitdiff |
2009-01-02 |
kramm | moved test programs to optional targer |
tree | commitdiff |
2009-01-02 |
kramm | new keywords in,each |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in for/do/while/switch |
tree | commitdiff |
2009-01-02 |
kramm | new keywords try,case,catch,default,switch |
tree | commitdiff |
2009-01-02 |
kramm | added special tokens for for/do/while |
tree | commitdiff |
2009-01-02 |
kramm | new keywords do, continue |
tree | commitdiff |
2009-01-02 |
kramm | added instanceof keyword |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in hex parsing |
tree | commitdiff |
2009-01-02 |
kramm | moved flag definitions to registry.h |
tree | commitdiff |
2009-01-02 |
kramm | new helper structs codeandnumber, for_start |
tree | commitdiff |
2009-01-02 |
kramm | reshuffled flags |
tree | commitdiff |
2009-01-02 |
kramm | use ptroff as type for slot in union |
tree | commitdiff |
2009-01-02 |
kramm | new function memberinfo_register_global |
tree | commitdiff |
2009-01-02 |
kramm | fixed a mem leak |
tree | commitdiff |
2009-01-02 |
kramm | findmember now recursively scans superclasses, memberin... |
tree | commitdiff |
2009-01-02 |
kramm | added getarrayclass() |
tree | commitdiff |
2009-01-02 |
kramm | added support for global slots |
tree | commitdiff |
2009-01-02 |
kramm | implemented class init code |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in variable allocation |
tree | commitdiff |
2009-01-02 |
kramm | implemented global methods |
tree | commitdiff |
2009-01-02 |
kramm | kill temporary variable of 'dup2' workaround |
tree | commitdiff |
2009-01-02 |
kramm | fixed reconcile bug in assignment |
tree | commitdiff |
2009-01-02 |
kramm | implemented in |
tree | commitdiff |
2009-01-02 |
kramm | implemented for(in), for each(in) |
tree | commitdiff |
2009-01-02 |
kramm | implemented overriding |
tree | commitdiff |
2009-01-02 |
kramm | refined switch fallthrough handling |
tree | commitdiff |
2009-01-02 |
kramm | implemented switch |
tree | commitdiff |
2009-01-02 |
kramm | added implementation for dict-style objects |
tree | commitdiff |
2009-01-02 |
kramm | small fix in dynamic handling |
tree | commitdiff |
2009-01-02 |
kramm | fixed bug in while(){continue}; |
tree | commitdiff |
2009-01-02 |
kramm | fixed segfault in ok/interface.as |
tree | commitdiff |
next |