dseller / Seltahn

Seltahn is a hobbyist's C compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Seltahn is a hobbyist's C compiler

License:Apache License 2.0


Languages

Language:C 97.0%Language:C++ 3.0%