No description
Find a file
2024-10-22 18:21:35 -05:00
.github/workflows Add initial CI workflow 2024-10-12 15:31:30 -05:00
src add new token for /> and tests (#27) 2024-10-22 18:21:35 -05:00
tests add stub compile function and basic integration tests (#9) 2024-10-13 18:26:49 -05:00
.editorconfig initial commit 2024-10-12 02:20:59 -05:00
.gitignore initial commit 2024-10-12 02:20:59 -05:00
Cargo.lock add item_at to Scanner trait and migrate to thiserror create (#17) 2024-10-15 05:49:46 -05:00
Cargo.toml add item_at to Scanner trait and migrate to thiserror create (#17) 2024-10-15 05:49:46 -05:00
LICENSE initial commit 2024-10-12 02:20:59 -05:00
README.md initial commit 2024-10-12 02:20:59 -05:00

django-template-ast

A Python programmer tries to learn Rust by implementing a Django template compiler.

Caution

This is purely for educational purposes at the moment. I do not know Rust and have never hand-written a compiler from scratch before. Here be dragons!