Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuadavidthomas/django-template-ast
https://github.com/joshuadavidthomas/django-template-ast
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuadavidthomas/django-template-ast
- Owner: joshuadavidthomas
- License: mit
- Created: 2024-10-12T07:21:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-19T01:30:34.000Z (27 days ago)
- Last Synced: 2024-10-19T14:39:25.684Z (26 days ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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!