mirror of
https://github.com/open-goal/jak-project
synced 2026-09-08 03:46:51 -04:00
Add some compiler features and documentation (#147)
* update doc * add disassemble and type checking * improve compiler error messages
This commit is contained in:
+18
-2
@@ -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
|
||||
Reference in New Issue
Block a user