mirror of
https://github.com/joshuadavidthomas/django-template-ast.git
synced 2025-12-23 12:01:28 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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!