Add some compiler features and documentation (#147)

* update doc

* add disassemble and type checking

* improve compiler error messages
This commit is contained in:
water111
2020-12-01 21:39:46 -05:00
committed by GitHub
parent 21fbdce7aa
commit 71dda76e2b
30 changed files with 1533 additions and 351 deletions
+18 -2
View File
@@ -28,13 +28,15 @@ Needs child types of integer
## vu-macros.gc
Empty.
# Math Section
## math.gc
Has a unit test for a lot of functions.
rand-vu-init, rand-vu, rand-vu-nostep, rand-vu-float-range, rand-vu-percent?, rand-vu-int-range, rand-vu-int-count aren't implemented
rand-uint31-gen might be wrong.
## vector.gc
## vector-h.gc
Partially done
## gravity-h.gc
@@ -62,4 +64,18 @@ Done!
Empty File.
## transformq-h.gc
Not done.
Not done.
## bounding-box.gc
## matrix.gc
## transform.gc
## quaternion.gc
## euler.gc
## geometry.gc
## trigonometry.gc