This distribution contains the transpiler, the core and the
liblets. It has the JavaScript, Python and Java targets in its
original form.
For binary files and source code initially:
git clone https://www.dogelog.ch/dogelog/.git
For updates as desired:
cd dogelog
git pull
To run the Dogelog Player for JavaScript top-level:
cd dogelog
node player/canned/dogelog.mjs
Alternative to node one can use for example bun.
To run the Dogelog Player for Python top-level:
cd dogelog
pypy3 playerpy/canned/dogelog.py
Alternative to pypy3 one can use for example python3.
To run Dogelog Player für Java top-level:
cd dogelog
java -cp playerj/canned/dogelog.zip:playerj/canned Index
Alternative to java one can use for example graalvm.