# pscm-core
**Repository Path**: PikachuHyA/pscm-core
## Basic Information
- **Project Name**: pscm-core
- **Description**: run Scheme on LLVM JIT
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2024-02-24
- **Last Updated**: 2024-02-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
PikachuHy's Scheme
a scheme language implementation
The objective of this repo is run PikachuHy's Scheme based on LLVM JIT.
## How to build
```shell
cd 3rd
git clone https://github.com/doctest/doctest.git
git clone https://github.com/gabime/spdlog.git
git clone https://github.com/iboB/mscharconv.git
git clone https://github.com/yhirose/cpp-linenoise.git
git clone https://github.com/p-ranav/glob.git
git clone https://github.com/MisterTea/UniversalStacktrace.git
git clone https://github.com/fmtlib/fmt.git
```