Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Martin Dørum 8f093cf96d architecture.md před 3 roky
benchmarks/hashmap include benchmarks před 3 roky
cmd restart vm on parse error před 3 roky
include/lang2 builtin variables před 3 roky
lib fix loader bug před 3 roky
test better infix před 3 roky
.gitignore initial commit před 3 roky
.gitmodules tests před 3 roky
ARCHITECTURE.md architecture.md před 3 roky
README.md readme před 3 roky
build.bx build config před 3 roky

README.md

Lang2

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.