Skip to content

Implementation of CWScript parser/compiler in TypeScript

License

Notifications You must be signed in to change notification settings

Terran-One/cwsc.ts

Repository files navigation

cwsc: The CWScript Compiler

This repository contains the source code for cwsc, the standard reference implementation compiler for CWScript. cwsc is written in TypeScript and requires Node.js v16 or later.

Build and installation

Building from source

From the repository root:

npm install
npm run build # ignore the build errors from the eslint webpack dependency
npm pack

Installing

npm install -g cwsc-0.1.0.tgz # double-check this is the correct version number

Uninstalling

npm remove cwsc

Usage

cwsc compile my-contract.cw

License

CWScript, cwsc and its bundled toolchain are licensed under the MIT License.

Copyright

Copyright © 2021-2022 Terran One, inc.

About

Implementation of CWScript parser/compiler in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published