Tiny Static Site Generator with custom template engine
📰 Reddit r/programming
I wanted to understand how template engines and markdown parsers work internally. The project explores: compiling templates into Python functions using exec() block + inline markdown parsing simple AST construction stack-based inline parsing for nested formatting rendering the AST into HTML submitted by /u/muku
DeepCamp AI