More docs

This commit is contained in:
2026-05-10 16:34:54 +10:00
parent a7d55a9d33
commit bb3acc3f4a
22 changed files with 434 additions and 1 deletions

View File

@@ -2,6 +2,26 @@
[Introduction](introduction.md)
# Tutorial
- [Installation](installation.md)
- [Prebuilt Binaries](prebuilt_binaries.md)
- [Build dependencies](build_dependencies.md)
- [Automated Build Script](automated_build_script.md)
- [Building Manually](building_manually.md)
- [Command Usage](command_usage.md)
- [Basics](basics.md)
- [Hello, World!](hello_world.md)
- [Variables](tutorial_variables.md)
- [Comments](tutorial_comments.md)
- [Values and Types](values_and_types.md)
- [Functions](functions.md)
- [Structures](structures.md)
# Guidelines
- [Naming Conventions](naming_conventions.md)
- [Comment Conventions](comment_conventions.md)
- [Code Layout](code_layout.md)
# Specification
- [Reserved Words](reserved_words.md)
- [Comments](comments.md)
@@ -12,3 +32,8 @@
- [Operators](operators.md)
- [Function Definition](function_definition.md)
- [Struct Definition](struct_definition.md)
# Release History
- ["Vela" 0.x.x](vela.md)
- [0.1.0](vela_0.1.0.md)
- ["Fornax" 1.x.x](fornax.md)