compiler improvement to support out-of-class class method or calss instance method definitions. pending more tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-26 23:18:26 +09:00
parent c219d073ca
commit b4d435a593
14 changed files with 201 additions and 66 deletions

View File

@ -23,3 +23,8 @@ defclass A | a | {
return self;
};
};
---
defun String length() { ##ERROR: syntax error - no argument list
}