Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 340 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 340 Bytes

JNP1_4

4th project from subject Programming Tools and Languages

Simulating computer executing programs written in Template Assembly (TAsm), which is a subset of ASM based on C++ templates. Main theme/difficulty: template metaprogramming, templated generic lambdas, variable templates, compile-time programming using constexpr functions.