Skip to content

Guo-Haowei/c.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c.c

$ sh build.sh
$ ./c hello.c
$ ./c c.c hello.c
$ ./c c.c c.c hello.c
$ ./c c.c c.c c.c hello.c
$ sh run-test.sh

This project is a tiny C interpreter inspired by c4. Only works on 32-bit arch becase the program assumes int and pointer has the same size.

About

A self-hosting C interpreter in 1000 lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published