2008-12-30 |
kramm | fixed multiline comments |
tree | commitdiff |
2008-12-30 |
kramm | added T_DOTDOTDOT |
tree | commitdiff |
2008-12-30 |
kramm | removed token_t type |
tree | commitdiff |
2008-12-30 |
kramm | params now have a value, too |
tree | commitdiff |
2008-12-30 |
kramm | new struct 'params' |
tree | commitdiff |
2008-12-30 |
kramm | run error reporting tests, too |
tree | commitdiff |
2008-12-30 |
kramm | added slot field to classinfo_t |
tree | commitdiff |
2008-12-30 |
kramm | added flags to memberinfo |
tree | commitdiff |
2008-12-30 |
kramm | added more member types |
tree | commitdiff |
2008-12-30 |
kramm | renamed registry_getfunctionclass to memberinfo_getclass |
tree | commitdiff |
2008-12-30 |
kramm | classinfo_t now has a union member for storing subclass... |
tree | commitdiff |
2008-12-30 |
kramm | added class type |
tree | commitdiff |
2008-12-30 |
kramm | classinfo_register now allocates space for the interfac... |
tree | commitdiff |
2008-12-30 |
kramm | renamed '__funcptr__' to 'call' |
tree | commitdiff |
2008-12-30 |
kramm | new functions getfunctionclass() isfunctionclass() |
tree | commitdiff |
2008-12-30 |
kramm | added ACCESS_PUBLIC as synonym to ACCESS_PACKAGE |
tree | commitdiff |
2008-12-30 |
kramm | fixed a bad alloc |
tree | commitdiff |
2008-12-30 |
kramm | the string pool now stores string_t* entries |
tree | commitdiff |
2008-12-30 |
kramm | small print refinement |
tree | commitdiff |
2008-12-30 |
kramm | small bugfixes |
tree | commitdiff |
2008-12-30 |
kramm | added super() implementation, state is now split up... |
tree | commitdiff |
2008-12-30 |
kramm | added typeof, void expressions |
tree | commitdiff |
2008-12-30 |
kramm | implemented missing arithmetric operations |
tree | commitdiff |
2008-12-30 |
kramm | do precedence by the book |
tree | commitdiff |
2008-12-30 |
kramm | fixed bug in creation of dynamic classes |
tree | commitdiff |
2008-12-30 |
kramm | fixed segfault during late binding |
tree | commitdiff |
2008-12-30 |
kramm | don't reference instance variables with getslot |
tree | commitdiff |
2008-12-30 |
kramm | new function find_class(), used by NEW and class lookup |
tree | commitdiff |
2008-12-30 |
kramm | simplified new() for local classes |
tree | commitdiff |
2008-12-30 |
kramm | added support for "Class.member" syntax |
tree | commitdiff |
2008-12-30 |
kramm | allow a static function to access static slots directly |
tree | commitdiff |
2008-12-30 |
kramm | added access level modifiers support, modified property... |
tree | commitdiff |
2008-12-30 |
kramm | make sure that we don't do a rogue getproperty anywhere... |
tree | commitdiff |
2008-12-30 |
kramm | fixed getter/setter handling, refined casting |
tree | commitdiff |
2008-12-30 |
kramm | implemented interfaces |
tree | commitdiff |
2008-12-30 |
kramm | strings are now encoded as string_t |
tree | commitdiff |
2008-12-30 |
kramm | added 'a op= b' implementation |
tree | commitdiff |
2008-12-30 |
kramm | fixed variable killing on scope end |
tree | commitdiff |
2008-12-30 |
kramm | simplified local variable reassignment, added default... |
tree | commitdiff |
2008-12-30 |
kramm | bugfixes, closure support |
tree | commitdiff |
2008-12-30 |
kramm | optimized assignment code, added varargs |
tree | commitdiff |
2008-12-30 |
kramm | made temporary variable non-colliding |
tree | commitdiff |
2008-12-30 |
kramm | added slots to class |
tree | commitdiff |
2008-12-30 |
kramm | added access codes to member flags |
tree | commitdiff |
2008-12-30 |
kramm | token2string now takes 2 parameters |
tree | commitdiff |
2008-12-30 |
kramm | fixed code_cutlast if there's only one opcode |
tree | commitdiff |
2008-12-30 |
kramm | strings are now stored as string_t* |
tree | commitdiff |
2008-12-30 |
kramm | reactivated code_dup |
tree | commitdiff |
2008-12-30 |
kramm | added function cut_last_push() |
tree | commitdiff |
2008-12-30 |
kramm | addeds slot field to classinfo_t |
tree | commitdiff |
2008-12-30 |
kramm | added access levels to flags |
tree | commitdiff |
2008-12-30 |
kramm | added flags |
tree | commitdiff |
2008-12-30 |
kramm | removed varargs syntax from method constructors |
tree | commitdiff |
2008-12-30 |
kramm | made method construction functions return abc_method... |
tree | commitdiff |
2008-12-30 |
kramm | dump out optional param number, too |
tree | commitdiff |
2008-12-30 |
kramm | removed old TODO comment |
tree | commitdiff |
2008-12-30 |
kramm | mind NEED_REST when calculating local variable usage |
tree | commitdiff |
2008-12-30 |
kramm | added ../librfxswf.a to clean target |
tree | commitdiff |
2008-12-30 |
kramm | test for typeof() |
tree | commitdiff |
2008-12-30 |
kramm | test string switch, switch w/o default |
tree | commitdiff |
2008-12-30 |
kramm | removed shortcut |
tree | commitdiff |
2008-12-30 |
kramm | added tests for \x00, \xff |
tree | commitdiff |
2008-12-30 |
kramm | added test for static var lookup during dynamic member... |
tree | commitdiff |
2008-12-30 |
kramm | test builtin static types within imported packages |
tree | commitdiff |
2008-12-30 |
kramm | test "Class.staticmember" syntax |
tree | commitdiff |
2008-12-30 |
kramm | added more tests |
tree | commitdiff |
2008-12-30 |
kramm | test for static functions/members |
tree | commitdiff |
2008-12-30 |
kramm | test slotid assignment |
tree | commitdiff |
2008-12-30 |
kramm | check precedence of as,in against == |
tree | commitdiff |
2008-12-30 |
kramm | moved typeof tests to typeof.as, added more void tests |
tree | commitdiff |
2008-12-30 |
kramm | tested creation of dynamic classes |
tree | commitdiff |
2008-12-30 |
kramm | added test for self-allocation within the constructor |
tree | commitdiff |
2008-12-30 |
kramm | added an implementing class |
tree | commitdiff |
2008-12-30 |
kramm | test importing a builtin type, too |
tree | commitdiff |
2008-12-30 |
kramm | test 'else if' syntax |
tree | commitdiff |
2008-12-30 |
kramm | added test for pure setter |
tree | commitdiff |
2008-12-30 |
kramm | test function member assignment |
tree | commitdiff |
2008-12-30 |
kramm | small extra test for 'var x,y:type' |
tree | commitdiff |
2008-12-30 |
kramm | added a comment |
tree | commitdiff |
2008-12-30 |
kramm | check first (non-optional) param value, too |
tree | commitdiff |
2008-12-30 |
kramm | test all constant types |
tree | commitdiff |
2008-12-30 |
kramm | added test for const slots |
tree | commitdiff |
2008-12-30 |
kramm | test for class init code |
tree | commitdiff |
2008-12-30 |
kramm | test calling methods on other classes, too |
tree | commitdiff |
2008-12-30 |
kramm | added tests for left/right associativity |
tree | commitdiff |
2008-12-30 |
kramm | test right associativity, too |
tree | commitdiff |
2008-12-30 |
kramm | test [1,2,3] syntax, too |
tree | commitdiff |
2008-12-30 |
kramm | small array test |
tree | commitdiff |
2008-12-30 |
kramm | added additional tests |
tree | commitdiff |
2008-12-30 |
kramm | dump out global methods |
tree | commitdiff |
2008-12-23 |
kramm | exported dict_get_slot, dict_clone |
tree | commitdiff |
2008-12-23 |
kramm | fixed dict_dump() |
tree | commitdiff |
2008-12-23 |
kramm | fixed bugs in dict_clone |
tree | commitdiff |
2008-12-23 |
kramm | new function dict_clone |
tree | commitdiff |
2008-12-23 |
kramm | moved late evaluation test to ok/late.as, added space... |
tree | commitdiff |
2008-12-23 |
kramm | added space after 'ok' |
tree | commitdiff |
2008-12-23 |
kramm | made flex compatible |
tree | commitdiff |
2008-12-23 |
kramm | fixed bugs in test |
tree | commitdiff |
2008-12-23 |
kramm | late binding test |
tree | commitdiff |
2008-12-23 |
kramm | added missing 'ok' output |
tree | commitdiff |
next |