Initial commit

This commit is contained in:
2026-05-09 21:06:07 +10:00
commit 6e6be47891
24 changed files with 6416 additions and 0 deletions

14
src/SUMMARY.md Normal file
View File

@@ -0,0 +1,14 @@
# Summary
[Introduction](introduction.md)
# Specification
- [Reserved Words](reserved_words.md)
- [Comments](comments.md)
- [Expressions](expressions.md)
- [Types](types.md)
- [Variables](variables.md)
- [Scoping](scoping.md)
- [Operators](operators.md)
- [Function Definition](function_definition.md)
- [Struct Definition](struct_definition.md)