Skip to content

Commit 4611ce2

Browse files
committed
Update blog
Signed-off-by: anqurvanillapy <[email protected]>
1 parent 884af12 commit 4611ce2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

blog/2023-05-05-open-sourcing.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
---
2-
slug: open-sourcing
32
title: Open Sourcing RowScript
43
authors: anqur
54
tags: [news]
65
---
76

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!
98

109
```bash
1110
npm install -D rowscript@latest
1211
```
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

0 commit comments

Comments
 (0)