You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler main is currently written in C, but we could provide the appropriate bindings to open, read, and write files, compile IDL and scripts, etc so that the compiler binary could be self-hosted.
This may require implementation of some other features (ie: stringify/hexify probably require #6). The self-hosting portion of the makefile may also require some improvement as getting stuck in a self-hosting loop might be more painful.
Implement stringify
Implement idl
Implement run
The text was updated successfully, but these errors were encountered:
The compiler main is currently written in C, but we could provide the appropriate bindings to open, read, and write files, compile IDL and scripts, etc so that the compiler binary could be self-hosted.
This may require implementation of some other features (ie: stringify/hexify probably require #6). The self-hosting portion of the makefile may also require some improvement as getting stuck in a self-hosting loop might be more painful.
stringify
idl
run
The text was updated successfully, but these errors were encountered: