File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- slug : open-sourcing
3
2
title : Open Sourcing RowScript
4
3
authors : anqur
5
4
tags : [news]
6
5
---
7
6
8
- We're open sourcing RowScript compiler with version ` v1.0.0-alpha.1 ` , feel free to check it out!
7
+ We're open sourcing our RowScript compiler, feel free to check it out!
9
8
10
9
``` bash
11
10
npm install -D rowscript@latest
12
11
```
12
+
13
+ Currently, only a few constructs are provided with the compiler, in many forms:
14
+
15
+ * Core syntax: Constructs embedded in the very core of RowScript, like the function type
16
+ * Builtins: Constructs that are accessible in code, yet without documentation
17
+ * Prelude: Constructs that are accessible without imports, with thorough documentation
18
+ * Standard package: Constructs that are accessible with imports, bundled with the compiler
You can’t perform that action at this time.
0 commit comments