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 fa662b6868 change the IO APIs a bit pirms 3 gadiem
cmd change the IO APIs a bit pirms 3 gadiem
include/lang2 change the IO APIs a bit pirms 3 gadiem
lib change the IO APIs a bit pirms 3 gadiem
test comments pirms 3 gadiem
.gitignore initial commit pirms 3 gadiem
.gitmodules tests pirms 3 gadiem
README.md readme pirms 3 gadiem
build.bx compile with -g 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.