summaryrefslogtreecommitdiff
path: root/t/class
Commit message (Expand)AuthorAgeFilesLines
* Permit internal OP_GOTO when forbidding out-of-block opsPaul "LeoNerd" Evans2023-03-071-0/+15
* Allow :isa in class declaration without a blockArne Johannessen2023-03-021-0/+10
* Unit-test classes and instances with threadsPaul "LeoNerd" Evans2023-02-131-0/+47
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-102-0/+85
* Use field initialiser expressions in unit tests to avoid some ADJUST blocksPaul "LeoNerd" Evans2023-02-102-7/+6
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-102-9/+96
* Make @ISA a readonly array on class stashes so user code can't fiddle with it...Paul "LeoNerd" Evans2023-02-101-0/+2
* Initial implementation of subclassing, via :isa class attributePaul "LeoNerd" Evans2023-02-101-0/+53
* Create a specific SV type for object instancesPaul "LeoNerd" Evans2023-02-101-2/+2
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-106-0/+464