Install

The latest version of the Gren compiler is 0.6.2

You can install the compiler with npm:

 > npm install -g gren-lang

Or nix:

 > nix-shell -p gren

If none of these work for you, then you can always build your own compiler from source.

Editor support

Syntax highlighting is supported in several editors:

Any editor that supports tree-sitter grammars can use tree-sitter-gren.