Skip to content
/ c4 Public
forked from rswier/c4

C in four functions.//4个函数实现的C语言子集的编译器,可自举。(挖坑,有空时研究一下)

License

Notifications You must be signed in to change notification settings

W-angler/c4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c4 - C in four functions

An exercise in minimalism.

Try the following:

gcc -o c4 c4.c  (you may need the -m32 option on 64bit machines)
./c4 hello.c
./c4 -s hello.c

./c4 c4.c hello.c
./c4 c4.c c4.c hello.c

About

C in four functions.//4个函数实现的C语言子集的编译器,可自举。(挖坑,有空时研究一下)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%