bakurits / skeem

A Scheme Interpreter written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skeem

Build Status

A Scheme Interpreter written in C only using the standard library. WIP.

TODO:

  • Add support for continuations, libraries.

  • Implement a bytecode compiler with a functional Virtual Machine.

  • Better garbage collection (as opposed to the current mark-and-sweep).

About

A Scheme Interpreter written in C

License:MIT License


Languages

Language:C 98.0%Language:Makefile 1.7%Language:Scheme 0.3%