You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Turning Your C++ Compiler Into a BF Compiler with Template Metaprogramming
Length: about 30 minutes
Status: improvised it once, probably needs some more preparation
Required preparation time: 3-4 weeks
Description:
I show how to build a compile time parser that turns BF code into templates, that are compiled into runnable code through expression templates.