org.gren-lang.compiler-common
Common functionality of the Gren compiler
rad:z3ioPKxCH1HqZ8Bq344B72xg5hTFw
Visibility
public
Delegates
did:key:z6MksKr9semhNSfdytEtNZV3CRJttLCsDaFoAxboywH1vxz4
Default branch
main → 4ff40e2a8b226ddca1cc19e55c21d1aa4e2e56fd (Wed Apr 22 09:57:28 2026)
Threshold
1
README.md
# Re-usable Compiler Functionality

This package exposes functionality used by the Gren compiler, like the parser and definitions
for module- and package-names, that doesn't rely on anything platform specific.

You will find additional functionality in [gren-lang/compiler-node](https://packages.gren-lang.org/package/gren-lang/compiler-node/latest/overview).

You can use this package to analyze Gren code or Gren projects.