Files
docs/src/SUMMARY.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2026-05-09 21:06:07 +10:00
# Summary
[Introduction](introduction.md)
2026-05-10 16:34:54 +10:00
# 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)
2026-05-09 21:06:07 +10:00
# 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)
2026-05-10 16:34:54 +10:00
# Release History
- ["Vela" 0.x.x](vela.md)
- [0.1.0](vela_0.1.0.md)
- ["Fornax" 1.x.x](fornax.md)