Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/morgancaron/script
- Owner: MorganCaron
- License: lgpl-3.0
- Created: 2019-10-19T22:35:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T15:34:45.000Z (10 months ago)
- Last Synced: 2024-05-01T15:12:38.347Z (8 months ago)
- Topics: compiler, cpp, cpp20, cpp23, language, parser, programming-language, script, script-language, scripting, scripting-language
- Language: C++
- Homepage: https://github.com/MorganCaron/CppUtils
- Size: 429 KB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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)