|
pirms 2 gadiem | |
---|---|---|
benchmarks/hashmap | pirms 2 gadiem | |
cmd | pirms 2 gadiem | |
include/lang2 | pirms 2 gadiem | |
lib | pirms 2 gadiem | |
test | pirms 2 gadiem | |
.gitignore | pirms 2 gadiem | |
.gitmodules | pirms 2 gadiem | |
ARCHITECTURE.md | pirms 2 gadiem | |
README.md | pirms 2 gadiem | |
build.bx | pirms 2 gadiem |
Lang2 is a programming language I’m working on. It consists of a compiler which generates bytecode, and a VM which executes that bytecode.
To get a feel for the language, you can look at the examples in the
test/examples
directory. The .l2
files contain Lang2 source code, and the
.expected
files contain the text which the Lang2 programs are expected to output.