Global Script String-compiler written in Haskell (https://globalscript.org/)

root

= Global Script Core to String Code compiler, written in Haskell

Global Script is a family of pure-functional languages;
Global Script Core is an intermediate language for use by their compilers;
Global Script String Code is an assembly language for the Global Script abstract machine.

This program translates from Global Script Core to Global Script String Code,
to facilitate programming the abstract machine (https://hub.darcs.net/jcast/globalscript)
in a higher-level, more pleasant language.