rewrote compile_fun() to support attribute list for a function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-02 00:33:34 +09:00
parent 29af1562fc
commit 3d0cdb5366
13 changed files with 496 additions and 284 deletions

View File

@ -58,7 +58,7 @@ x
class T [ j ] {
fun :* new() {
fun(#classinst) new() {
set j 99
return self
}