選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

3年前
12345678910
  1. # Lang2
  2. Lang2 is a programming language I'm working on.
  3. It consists of a compiler which generates bytecode, and a VM which executes
  4. that bytecode.
  5. To get a feel for the language, you can look at the examples in the
  6. [test/examples](https://git.mort.coffee/mort/lang2/src/branch/master/test/examples)
  7. directory. The `.l2` files contain Lang2 source code, and the
  8. `.expected` files contain the text which the Lang2 programs are expected to output.