Skip to content

mrunix00/Yasi

Repository files navigation

Yasi (Yet another scheme implementation)

Build instructions

Perquisites

You need to have the following installed on your system:

  • CMake 3.25+
  • Any C++ Compiler (tested with GCC and Clang)
  • Git

Cloning the repo

git clone https://github.com/mrunix00/Yasi.git
cd Yasi/
git submodule update --init

Build

mkdir build && cd build/
cmake .. && cmake --build .
./Yasi

About

Yet another scheme implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages