Skip to content
/ ccc Public

yet another C compiler. this one is targeted to be native Z80, because all the ones available are small-c derived, with the attendant stupidity.

Notifications You must be signed in to change notification settings

cm68/ccc

Repository files navigation

ccc - full native C compiler -------- this is very far from working ----------

i wrote this about a dozen years ago and lost the source. I am typing it in from a paper printout with a few missing chunks, so it will be a while before it works.

this is a 2 pass compiler.

the first pass is a recursive descent parse with embedded CPP. it writes an ascii parse tree file.

the second pass is a code generator and assembler. it writes an object file

About

yet another C compiler. this one is targeted to be native Z80, because all the ones available are small-c derived, with the attendant stupidity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages