Monologe

Monologe#

Installation#

Monologeインタプリタをダウンロードする.

$ git clone https://github.com/SanoHD/MONOLOG.git

Example#

hello.mono:

* <- (outln) <- "Hello, World!"
$ python3 Monologe.py hello.mono
Hello, World!