|
2 år sedan | |
---|---|---|
benchmarks/hashmap | 2 år sedan | |
cmd | 2 år sedan | |
include/lang2 | 2 år sedan | |
lib | 2 år sedan | |
test | 2 år sedan | |
.gitignore | 2 år sedan | |
.gitmodules | 2 år sedan | |
ARCHITECTURE.md | 2 år sedan | |
README.md | 2 år sedan | |
build.bx | 2 år sedan |
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.