villain 0.0.1

A webframework that utilizes Vue templates to generate HTML. Aimed to replace the need for JavaScript in web development.
Documentation
1
2
3
4
#![allow(clippy::module_inception)]
pub(crate) mod parser;
pub(crate) mod scanner;
pub(crate) mod token;