• Stars
    star
    221
  • Rank 179,092 (Top 4 %)
  • Language
    Java
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple programming language written for book "A new scripting language in two weeks"

stone

A simple programming language written for book "A new scripting language in two weeks" (ๅƒ่‘‰ใ€€ๆป‹ใ€ใ€Œ๏ผ’้€ฑ้–“ใงใงใใ‚‹๏ผใ‚นใ‚ฏใƒชใƒ—ใƒˆ่จ€่ชžใฎไฝœใ‚Šๆ–นใ€ๆŠ€่ก“่ฉ•่ซ–็คพใ€2012, ISBN 978-4-7741-4974-5).

The source of gluonj.jar is available from https://github.com/chibash/gluonj

To compile,

javac -d ./bin -sourcepath ./src -cp gluonj.jar src/*/*.java

and to run, for example,

java -cp ./bin:gluonj.jar chap6/Runner