Open Sourcing RowScript
· One min read
We're open sourcing our RowScript compiler, feel free to check it out!
npm install -D rowscript@latest
Currently, only a few constructs are provided with the compiler, in many forms:
- Core syntax: Constructs embedded in the very core of RowScript, like the function type
- Builtins: Constructs that are accessible in code, yet without documentation
- Prelude: Constructs that are accessible without imports, with thorough documentation
- Standard package: Constructs that are accessible with imports, bundled with the compiler