another fix for forward declared types (#647)

This commit is contained in:
water111
2021-06-28 20:34:13 -04:00
committed by GitHub
parent 2ee48e08f3
commit 9433724bbd
3 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -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`.