Skip to content

mrunix00/Yasi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

321 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yasi (Yet another scheme implementation)

Build instructions

Prerequisites

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

 
 
 

Contributors

Languages