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.
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.
Syntax highlighting is supported in several editors:
Any editor that supports tree-sitter grammars can use tree-sitter-gren.