ralix 0.2.0

A simple, type-safe, tree walking interpreter
1
2
3
// If you import "../package.ralix" I will be imported too.

out const fn blabla(int num) -> int: num + 2;