forked from fox-archives/volant
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Apoorv Singal edited this page Feb 25, 2021
·
9 revisions
Welcome to the volant wiki!
Check out https://github.com/volantlang/volant/wiki/The-idea-behind-volant for an introduction to Volant.
Volant does not have an official release yet. However, you can use the volant source code to build the compiler executable, https://github.com/volantlang/volant/wiki/Building-Volant-from-source .
- Hello World
- Variables
- Basic data types
- Functions
- Control flow
- Pointers
- Arrays
- Heap
- Vectors
- Maps
- Enums
- Structs
- Tuples
- Unions
- Promises
- Mutability
- Closures
Note: The docs are totally outdated. Volant design has changed a lot since the repl.it lang jam, but not the docs.