Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Martin Dørum a81643f312 utility function to check if something is truthy pirms 3 gadiem
benchmarks/hashmap include benchmarks pirms 3 gadiem
cmd printing improvements pirms 3 gadiem
include/lang2 utility function to check if something is truthy pirms 3 gadiem
lib utility function to check if something is truthy pirms 3 gadiem
test better parse errors in examples tests pirms 3 gadiem
.gitignore initial commit pirms 3 gadiem
.gitmodules tests pirms 3 gadiem
ARCHITECTURE.md architecture.md pirms 3 gadiem
README.md readme pirms 3 gadiem
build.bx build config pirms 3 gadiem

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.