/templebars

Building a Handlebars Template parser from scratch.

Primary LanguageTypeScript

Templebars - Custom Handlebars Template Parser

Introduction

Templebars is a custom-built Handlebars template parser, designed from scratch to provide a robust and efficient way to parse and render Handlebars templates. This project is intended for learning purposes of Typescript and TDD.