diff options
Diffstat (limited to 'notes/sable.md')
-rw-r--r-- | notes/sable.md | 32 |
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 --> |