Skip to content

ctcl-bregis/lysine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lysine

Lysine

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.

Rust

The Rust version of the compilier is currently a fork of Tera with some modifications.

Python

The Python version of the compilier is currently a fork of Jinja2 with some modifications.