/Seltahn

Seltahn is a hobbyist's C compiler

Primary LanguageCApache License 2.0Apache-2.0

Seltahn

Seltahn is a hobbyist's recursive descent C compiler, built from scratch for educational and research purposes.

"Seltahn" means "one who writes" in the fictitious language called D'ni.

Features

  • Should be able to compile itself (a.k.a. bootstrapping)
  • Generates position independent code (so no relocation is ever needed).
  • Only the basics of C will be implemented (no wide char support, etc).
  • Will add general purpose improvements to the C language.

Modifications

Used Sources