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 2d7cc13732 small style change před 3 roky
benchmarks/hashmap include benchmarks před 3 roky
cmd printing improvements před 3 roky
include/lang2 continuations rework, control flow test před 3 roky
lib continuations rework, control flow test před 3 roky
test small style change 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.