forked from solstice/docs
More docs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user