| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Now, can handle boolean returns from methods.
- Static functions now define a "_datum" field containing an empty instance.
- Fixed a bug when analysing lambdas that made their arguments get treated like they were closure variables.
|
|
|
| |
- Getting static fields and calling virtual methods has now been decomplected into their own special forms.
|
|
|
|
| |
statically-known functions (global ones) better.
|
| |
|
|
|
|
|
|
| |
instead of relying on a tuple.
* Changed the pattern-matching and variant generation code accordingly.
* Also changed a bit the special form for defining classes.
|
|
|