Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morgancaron/script

Script is a multi-paradigm compiled programming language. The compiler core has been migrated to CppUtils.
https://github.com/morgancaron/script

compiler cpp cpp20 cpp23 language parser programming-language script script-language scripting scripting-language

Last synced: 2 months ago
JSON representation

Script is a multi-paradigm compiled programming language. The compiler core has been migrated to CppUtils.

Awesome Lists containing this project

README

        

# Script

Logo Script

## *Script is a multi-paradigm compiled programming language*

![Github Stars](https://img.shields.io/github/stars/MorganCaron/Script?style=for-the-badge)
![Github Forks](https://img.shields.io/github/forks/MorganCaron/Script?style=for-the-badge)
[![Discord](https://img.shields.io/discord/268838260153909249?label=Chat&logo=Discord&style=for-the-badge)](https://discord.gg/mxZvun4)

### Project Health
[![CI Windows](https://img.shields.io/github/workflow/status/MorganCaron/Script/CI%20C++:%20Windows?label=Windows&logo=windows&logoColor=white&style=for-the-badge)](https://github.com/MorganCaron/Script/actions/workflows/ci-cpp-windows.yml)
[![CI Windows MSYS2](https://img.shields.io/github/workflow/status/MorganCaron/Script/CI%20C++:%20Windows%20MSYS2?label=Windows%20MSYS2&logo=windows&logoColor=white&style=for-the-badge)](https://github.com/MorganCaron/Script/actions/workflows/ci-cpp-windows-msys2.yml)
[![CI Linux](https://img.shields.io/github/workflow/status/MorganCaron/Script/CI%20C++:%20Linux?label=Linux&logo=linux&logoColor=white&style=for-the-badge)](https://github.com/MorganCaron/Script/actions/workflows/ci-cpp-linux.yml)
[![CI MacOS](https://img.shields.io/github/workflow/status/MorganCaron/Script/CI%20C++:%20MacOS?label=MacOS&logo=macos&logoColor=white&style=for-the-badge)](https://github.com/MorganCaron/Script/actions/workflows/ci-cpp-macos.yml)

---

## Getting Started

[![Downloads](https://img.shields.io/github/downloads/MorganCaron/Script/total?style=for-the-badge)](https://github.com/MorganCaron/Script/releases)
[![Install](https://img.shields.io/badge/-Install-blue?style=for-the-badge)](INSTALL.md)
[![Contribute](https://img.shields.io/badge/-Contribute-blue?style=for-the-badge)](CONTRIBUTING.md)

### Build command
```console
xmake f --toolchain=llvm --runtimes="c++_shared" [--enable_tests=y] --yes
xmake [b|build] [-vD]
```

### Run tests
```console
xmake [r|run]
```

---

## Additional Informations
![Top Language](https://img.shields.io/github/languages/top/MorganCaron/Script?style=for-the-badge)
[![License](https://img.shields.io/github/license/MorganCaron/Script?style=for-the-badge)](https://github.com/MorganCaron/Script/blob/master/LICENSE)