Skip to content

grain-lang/grain

main
Switch branches/tags
Code

Latest commit

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
7c6b25b

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 16, 2018

Grain

Grain CI Workflow License: LGPL v3 Grain latest release version


Grain is a new programming language that compiles to WebAssembly via Binaryen. For more information about the language, check out grain-lang.org.

If it's your first time here, we recommend that you follow the Grain guide to get up and running.

Contributing

There are tons of ways to contribute to Grain. Check out our contributing guide for more info and come chat with us on Discord! All contributors are held to our contributor code of conduct.

Building

For instructions on how to build Grain from source, please consult the official documentation.

Other Commands

To build the JS runner:

npm run js-runner build

To link the CLI:

npm run cli link

To reset your compiler build:

npm run compiler clean

Copyright ยฉ๏ฟฝ? 2017-2022 Philip Blair, Oscar Spencer, & contributors.