Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a basic, limited compiler for C to Capua ASM #30

Open
kommisar5150 opened this issue Jun 25, 2018 · 1 comment
Open

Creating a basic, limited compiler for C to Capua ASM #30

kommisar5150 opened this issue Jun 25, 2018 · 1 comment

Comments

@kommisar5150
Copy link
Contributor

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

@cannotparse
Copy link
Contributor

If you want to create issues on the repo for features or problems, go ahead and I'll see if I can help out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants