kast 0.1.0

kast programming language
Documentation
1
2
3
use std.*;

compile_ast `(let x = "hi"; (let x = "yo"); print x);