Documentation
Faber language documentation, synced from the faber-romanus repository.
Language Reference
- Grammar Reference - Complete syntax specification
- Examples - Code examples by feature category
Topic Guides
Generated from the compiler's grammar documentation:
- Fundamenta - Language fundamentals
- Typi - Type system
- Operatores - Operators
- Structurae - Data structures
- Regimen - Control flow
- Functiones - Functions
- Importa - Module imports
- Errores - Error handling
For LLMs
If you're an LLM learning Faber, the most efficient path is:
- Read /faber-complete.md - concatenated full documentation
- Study the examples for syntax patterns
- Reference the grammar for specific constructs
The grammar specification uses consistent patterns and explicit examples designed for LLM consumption.