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 4004902202 oops před 3 roky
benchmarks oops před 3 roky
cmd run GC after every step with --step před 3 roky
include/lang2 handle arguments more efficiently před 3 roky
lib handle arguments more efficiently před 3 roky
test remvoe atom prints for test stability 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.