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: 6 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T15:34:45.000Z (over 1 year ago)
- Last Synced: 2025-05-12T17:15:46.718Z (7 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: 20
- 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*


[](https://discord.gg/mxZvun4)
### Project Health
[](https://github.com/MorganCaron/Script/actions/workflows/ci-cpp-windows.yml)
[](https://github.com/MorganCaron/Script/actions/workflows/ci-cpp-windows-msys2.yml)
[](https://github.com/MorganCaron/Script/actions/workflows/ci-cpp-linux.yml)
[](https://github.com/MorganCaron/Script/actions/workflows/ci-cpp-macos.yml)
---
## Getting Started
[](https://github.com/MorganCaron/Script/releases)
[](INSTALL.md)
[](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

[](https://github.com/MorganCaron/Script/blob/master/LICENSE)