yask
yask copied to clipboard
Rewrite yask_main.cpp to work with APIs only
Will require adding APIs, removing functionality, and/or moving code from kernel/lib to yask_main.cpp. This is not critical, but it would showcase the API if we actually used it!
Changes as of v4.01.00:
- The compiler driver (yask_compiler.cpp) has been updated to use only APIs.
- yask_main has been updated to remove accesses to the internal settings, but not the internal
contextobject yet.