Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fcc - the feeble C compiler

fcc is a C to x86 compiler which supports a small subset of the C programming language, including basic functions, variables, structs, expressions and control flow.

Only the types char and int (both signed and unsigned) are currently supported, as well as pointers to those types and pointers to void.

About

The feeble C compiler

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages