erykk8 / sapling

Lazy functional language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sapling

Lazy evaluation functional language. Made for educational purposes.

Project status

  • builds
  • evaluates input correctly
  • code is not very well written
  • isn't optimized

Building

Requirements

Boost unit test framework, cmake, make, a C++11 compiler.

Commands

Build with cmake && make. Run make test to run tests.

Usage

./Sapling file.sap

About

Lazy functional language

License:MIT License


Languages

Language:C++ 95.8%Language:CMake 4.2%