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