evscript 0.1.0

An extensible bytecode-based scripting engine
Documentation
1
2
3
4
5
6
include "scripts/std.evs";

std Main {
	u8 ptr x = &ExampleLabel;
	u8 y = [x];
}