mirror of
https://github.com/open-goal/jak-project
synced 2026-08-05 17:44:39 -04:00
another fix for forward declared types (#647)
This commit is contained in:
@@ -168,4 +168,6 @@
|
||||
- Added a `type-ref` form to insert a reference to a type into a static structure and optionally forward declare the number of methods
|
||||
- The `method-of-type` form will now accept an expression returning a type instead of just a type name. In this case, it will only allow you to access method of `object`.
|
||||
- Added a `defun-recursive` to make it easier to define recursive functions
|
||||
- Forward declared basics can be used in more places
|
||||
- Forward declared basics can be used in more places
|
||||
- You can now set a field which has a forward declared structure or basic type
|
||||
- `cdr` now returns an object of type `pair`.
|
||||
Reference in New Issue
Block a user