├── README.md ├── deps.edn ├── src └── heliotrope │ └── interpreter.clj ├── stdlib.heli └── test └── heliotrope └── test_interpreter.clj /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halgari/heliotrope/HEAD/README.md -------------------------------------------------------------------------------- /deps.edn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halgari/heliotrope/HEAD/deps.edn -------------------------------------------------------------------------------- /src/heliotrope/interpreter.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halgari/heliotrope/HEAD/src/heliotrope/interpreter.clj -------------------------------------------------------------------------------- /stdlib.heli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halgari/heliotrope/HEAD/stdlib.heli -------------------------------------------------------------------------------- /test/heliotrope/test_interpreter.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halgari/heliotrope/HEAD/test/heliotrope/test_interpreter.clj --------------------------------------------------------------------------------