Lysine is a templating language intended for use with webpages.
This repository currently contains compilier implementations for the following:
- Rust
- Python
The two current language implementations are forks of existing compiliers in order to be able to use Lysine in projects quickly.
In the future, rewrites may be done to have all original code.
The Rust version of the compilier is currently a fork of Tera with some modifications.
The Python version of the compilier is currently a fork of Jinja2 with some modifications.