f04b7311f5d4c258e33f73a27fea6cff046ac90c
gsc = gajumaru sophia compiler
This is NOT the official Sophia compiler. If you're looking for that see https://git.qpq.swiss/QPQ-AG/sophia
This is an incomplete prototype rewrite of the legacy (official) sophia compiler in straightforward Erlang. It grew out of my (Peter Harpending) own efforts to document the language and its relationship to FATE (the gajumaru virtual machine).
The goal for version 0.1 is to mirror the success behavior of the legacy sophia compiler.
Setup
git clone https://git.qpq.swiss/QPQ-AG/gsc.git
Add the following to ~/.bashrc or wheremstever:
export PATH=$PATH:/path/to/gsc/bin
To test run
gsc --help
Languages
Erlang
99.4%
Shell
0.6%