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
I chose to work on a compiler that converts C code to .casm by taking the parts of the C language I wanted to implement. At the moment, it's very basic and forces the programmer to write the entire code in tokens (each key attribute separated by a space). This doesn't follow any typical parsing methods, and expedites the entire compiling process in one fell swoop (from C to ASM). I have all my work published in this repo, any suggestions welcome.
I chose to work on a compiler that converts C code to .casm by taking the parts of the C language I wanted to implement. At the moment, it's very basic and forces the programmer to write the entire code in tokens (each key attribute separated by a space). This doesn't follow any typical parsing methods, and expedites the entire compiling process in one fell swoop (from C to ASM). I have all my work published in this repo, any suggestions welcome.
https://github.com/kommisar5150/spartacus-compiler
The text was updated successfully, but these errors were encountered: