Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Yestercafe/Emehcs

Repository files navigation

Emehcs - an ~Scheme interpreter/so-called language

English | 简体中文

Depend on pure C++20 and its STL.

  • C++17 for std::variant, fold expression, structured bind, initializers for if, and etc.
  • C++20 for contains of std::unordered_set, starts_with and ends_with of std::string

how to compile

mkdir -p _build && cd _build
cmake ..
make

Releases

No releases published

Packages

No packages published