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 979c4627a5 repl error messages před 3 roky
benchmarks/hashmap include benchmarks před 3 roky
cmd repl error messages před 3 roky
include/lang2 add a REPL před 3 roky
lib add a REPL před 3 roky
test short string optimization for tokens před 3 roky
.gitignore initial commit před 3 roky
.gitmodules tests před 3 roky
README.md readme před 3 roky
build.bx enable strict warnings, make code not emit warnings 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.