1((synopsis "Interpreter for the LOOP programming language")2 (author "Sören Tempel")3 (license "GPL-3")4 (dependencies comparse srfi-1)5 (test-dependencies test)6 (components (program schleifen)))
A toy interpreter for LOOP programs
git clone https://git.8pit.net/schleifen.git
1((synopsis "Interpreter for the LOOP programming language")2 (author "Sören Tempel")3 (license "GPL-3")4 (dependencies comparse srfi-1)5 (test-dependencies test)6 (components (program schleifen)))