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

Repository description is lacking. #11

Open
vi opened this issue Nov 10, 2014 · 8 comments
Open

Repository description is lacking. #11

vi opened this issue Nov 10, 2014 · 8 comments

Comments

@vi
Copy link

vi commented Nov 10, 2014

Is it a C compiler in 4 functions?

@whitten
Copy link

whitten commented Nov 12, 2014

Well, a subset of C. (enough to compile itself)

@y12uc231
Copy link

y12uc231 commented Apr 5, 2015

Please improve the description.What exactly is this?

@vi
Copy link
Author

vi commented Apr 5, 2015

Maybe the author wants the description to be exactly 4 words?

@vi
Copy link
Author

vi commented Apr 5, 2015

Suggested description:

Tiny (only 4 functions) interpreter of a subset of C for i386 architecture.

@pclouds
Copy link

pclouds commented Apr 5, 2015

To be pedantic, it's both a compiler and an interpreter. And it should run on other 32-bit platforms as well, at least ARM.

@feroldi
Copy link

feroldi commented Apr 13, 2015

void next();
void expr();
void stmt();
int main();

Yep. Four functions.

@coolharsh55
Copy link

Could be

C4 - a subset-c compiler / interpreter structured in 4 functions targeted at 32-bit architectures

@jxu
Copy link

jxu commented Feb 28, 2020

It compiles to custom bytecode which it also can interpret using a stack machine.

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

7 participants