Forked from LLVM/Clang, Klang is my project to create my own programming language
(or one other option that I need to evaluate in detail later).

My goal is to create a "cleaner" version of C++ with some new features.
The development is updated through blog posts and use real cases (e.g. apps, games) for validation / concept / testing.


Zelda 3 - A Link to the Past (#003)

Details
- Klang: Zelda 3 - A Link to the Past (#003)

Topics
- Loop
- Elif





Doom (#002)

Details
- Klang: Doom (#002)

Topics
- Typedef vs Using
- Primitives





Wolf3d (#001)

Details
- Klang: Wolf3d (#001)

Topics
- Goto
- Tabs vs Spaces
- if (condition/expression) {...}
- Digraphs, Trigraphs and Alternative Operators
- Floating Point