awebo 0.1.0

A templating language that can be either statically compiled or interpreted.
Documentation
1
2
3
4
5
6
# Awebo

Awebo is a templating language that can either be compiled to native code or interpreted. This enables
template to run as quickly as possible in production, but be quickly reloaded during development.

More to follow.