Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 279 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 279 Bytes

skeme

Skeme is a Scheme interpreter in Kotlin. It currently supports about 70% of basic Scheme language features. To use, instantiate the Interpreter and call Interpreter.run(text) with the Scheme code you want to parse.

See internal method documentation for more details.