Haskell implementation of Global Script source manipulation libraries
root
= Global Script source and intermediate file format data types, written in Haskell
The Global Script Program Calculus is an extensible language that provides everything needed by (almost) every programming language.
(That is, it's the intersection of (almost) every (reasonable) programming language, not the union.)
The Global Script Core Program Calculus is an intermediate language, designed as a compilation target
for the Global Script Program Calculus and programming languages based on it.
The Global Script String Code Program Calculus is a more-compiled version of the language,
designed to function as the machine language for the Global Script Abstract Machine Implementation
and its byte code interpreter.