Skip to content
View joyeer's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report joyeer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joyeer/README.md

Joyeer is a general purpose programming language, which inspired by Swift.

The project is still in developing, not release yet!

Requirements

  • macOS > 12.0
  • cmake > 3.22.0
  • clang > 13.0.0
  • Python > 3.10
  • Ninja > 1.11.0

Getting Started

Building

    cmake -B ./build -G Ninja
    cmake --build ./build

Testing

    cd build
    ctest

Examples

Pinned Loading

  1. joyeer joyeer Public

    The Joyeer Programing Language

    C++ 8 1