summaryrefslogtreecommitdiff
path: root/notes/sable.md
diff options
context:
space:
mode:
authorkitty piapiac <kcp@bsd.computer>2024-10-03 06:13:41 +0100
committerkitty piapiac <kcp@bsd.computer>2024-10-03 06:13:41 +0100
commit69a6187804aff44f48fe9047895e8c027ad5bf3f (patch)
tree9ca02720f3ed94512b77e490fadf62969842e544 /notes/sable.md
Diffstat (limited to 'notes/sable.md')
-rw-r--r--notes/sable.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/notes/sable.md b/notes/sable.md
new file mode 100644
index 0000000..ca1915f
--- /dev/null
+++ b/notes/sable.md
@@ -0,0 +1,32 @@
+---
+title: sable
+published: 2024-09-23T22:12:19+0100
+---
+
+<section>
+## Strictly evaluated, purely functional programming
+
+- [Syntax]
+ - [Comments]
+ - [Literals]
+ - [Definitions]
+</section>
+
+<section>
+## Syntax
+
+### Comments
+```
+-- There are only line comments for neow
+```
+
+### Literals
+```
+true: bool
+false: bool
+123: int
+\x: char
+
+
+</section>
+<!-- todo any documentation for the compiler -->