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 eb57b3faa9 reorder things pirms 3 gadiem
benchmarks oops pirms 3 gadiem
cmd run GC after every step with --step pirms 3 gadiem
include/lang2 reorder things pirms 3 gadiem
lib handle arguments more efficiently pirms 3 gadiem
test remvoe atom prints for test stability 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.