yask icon indicating copy to clipboard operation
yask copied to clipboard

Rewrite yask_main.cpp to work with APIs only

Open chuckyount opened this issue 7 years ago • 1 comments

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!

chuckyount avatar Mar 26 '18 21:03 chuckyount

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 context object yet.

chuckyount avatar Dec 13 '22 19:12 chuckyount