2009-01-02 |
kramm | added implementation for dict-style objects |
blob | commitdiff |
2009-01-02 |
kramm | small fix in dynamic handling |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | fixed bug in while(){continue}; |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | fixed segfault in ok/interface.as |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | fixed bug in break/continue w/ label |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | added do-while, break label, continue (label) |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | implemented arrays |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | added call support for global functions |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | construct superclass in default constructor |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | simplified default constructor generation |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | use labels for backward jumps, nop for forward jumps |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | use label more sparingly, it might confuse the verifier |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | added instanceof operator |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | fixed bug in MEMBER_MULTINAME |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | fixed Number default value |
blob | commitdiff | diff to current |
2009-01-02 |
kramm | removed a few initcode relicts |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | small bugfixes |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | added super() implementation, state is now split up... |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | added typeof, void expressions |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | implemented missing arithmetric operations |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | do precedence by the book |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | fixed bug in creation of dynamic classes |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | fixed segfault during late binding |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | don't reference instance variables with getslot |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | new function find_class(), used by NEW and class lookup |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | simplified new() for local classes |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | added support for "Class.member" syntax |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | allow a static function to access static slots directly |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | added access level modifiers support, modified property... |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | make sure that we don't do a rogue getproperty anywhere... |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | fixed getter/setter handling, refined casting |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | implemented interfaces |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | strings are now encoded as string_t |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | added 'a op= b' implementation |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | fixed variable killing on scope end |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | simplified local variable reassignment, added default... |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | bugfixes, closure support |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | optimized assignment code, added varargs |
blob | commitdiff | diff to current |
2008-12-30 |
kramm | made temporary variable non-colliding |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | reworked left-hand expressions |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | added class members, expression lefthands |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | small cleanup |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | added member lookup |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | fixed top scope element for interface instantiation |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | tidied up grammar section |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | made boolvalues.as work |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | implemented new() |
blob | commitdiff | diff to current |
2008-12-23 |
kramm | implemented wildcard imports |
blob | commitdiff | diff to current |
2008-12-19 |
kramm | added missing type conversions |
blob | commitdiff | diff to current |
2008-12-19 |
kramm | fixed opcodes |
blob | commitdiff | diff to current |
2008-12-19 |
kramm | implemented break |
blob | commitdiff | diff to current |
2008-12-19 |
kramm | changed _type back to type_t, now that the #includes... |
blob | commitdiff | diff to current |
2008-12-19 |
kramm | removed all that extra output |
blob | commitdiff | diff to current |
2008-12-19 |
kramm | use class_signature instead of multiname |
blob | commitdiff | diff to current |
2008-12-09 |
kramm | added typed expressions |
blob | commitdiff | diff to current |
2008-12-09 |
kramm | implemented if and else |
blob | commitdiff | diff to current |
2008-12-02 |
kramm | added variable lookup |
blob | commitdiff | diff to current |
2008-12-02 |
kramm | added GPL headers |
blob | commitdiff | diff to current |
2008-12-02 |
kramm | reworked grammar, added variable definitions |
blob | commitdiff | diff to current |
2008-12-02 |
kramm | switched to %union |
blob | commitdiff | diff to current |
2008-12-02 |
kramm | initial checkin |
blob | commitdiff | diff to current |
|