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
QBE is a compiler backend that aims to be simple to implement and simple to use. With cproc it is self-hosting. It would be nice if M2-Planet could compile QBE, since it would be a step towards using M2-Planet to compile Dozer (ref: https://codeberg.org/notgull/dozer/issues/8).
At the moment it fails with this error:
$ ./bin/M2-Planet -f ~/Projects/c9x/qbe/all.h
/home/jtnunley/Projects/c9x/qbe/all.h:11:ERROR in typedef statement
Missing ;
The text was updated successfully, but these errors were encountered:
QBE is a compiler backend that aims to be simple to implement and simple to use. With cproc it is self-hosting. It would be nice if M2-Planet could compile QBE, since it would be a step towards using M2-Planet to compile Dozer (ref: https://codeberg.org/notgull/dozer/issues/8).
At the moment it fails with this error:
The text was updated successfully, but these errors were encountered: