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

https://github.com/airingursb/cscript

CScript Language
https://github.com/airingursb/cscript

Last synced: about 1 month ago
JSON representation

CScript Language

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
```