1 KiB
1 KiB
Table of Contents
Grammar
The entire Grammar is defined in ava.ebnf.
Discussion
- Keywords
- Operators & Symbols
- Names
- Namespaces
- General Syntax
- Expressions
- Standard Types
- Values
- Constants
- Arrays
- Lists
- Variables
- Tuples
- Records
- Enumerations
- Types
- Type Aliases
- Type Classes
- Type Unions
- Pattern Matching
- Functions
- Infix Operators
- Recursion
- Strings
- Memory Management
- Holes
- Examples
- Standard Type Classes
- Numeric Overflow
- Standard Library
- Effects