https://github.com/airingursb/cscript
CScript Language
https://github.com/airingursb/cscript
Last synced: about 1 month ago
JSON representation
CScript Language
- Host: GitHub
- URL: https://github.com/airingursb/cscript
- Owner: airingursb
- License: mit
- Created: 2023-01-17T07:51:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:36:43.000Z (almost 2 years ago)
- Last Synced: 2025-07-05T10:46:01.088Z (3 months ago)
- Language: TypeScript
- Size: 185 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CScript
CScript Language
## Install
```bash
pnpm install
```## Build
```bash
pnpm run build
```## Execute
Run hello.cs by the ast interpreter:
```bash
pnpm run exec --ast assets/hello.cs
```Run hello.cs by Virtual machine (typescript version):
```bash
pnpm run exec --ts-vm assets/hello.cs
```