// DOCS NAVIGATION
// DOCUMENTATION — FROM THE REPOSITORY, BUILT LOCALLY
THE_REFERENCE
Synced from the https://github.com/Hyska-Software/SpectraLang repository — rendered locally, no network needed.
// LANGUAGE REFERENCE — 6 CHAPTERS
[ 01 INTRODUÇÃO ] — 8 TOPICSIntroduction & CLIWhat SpectraLang is, its philosophy, the compilation pipeline, installation, CLI, source structure and conventions.> OPEN 8 TOPICS[ 02 FUNDAMENTOS ] — 7 TOPICSFundamentalsComments, variables and mutability, primitive types, literals, operators, control flow and functions.> OPEN 7 TOPICS[ 03 TIPOS COMPOSTOS ] — 9 TOPICSComposite TypesArrays, tuples, ranges, records, enums, impl blocks, traits, generics and closures.> OPEN 9 TOPICS[ 04 AVANÇADO ] — 9 TOPICSAdvancedPattern matching, if let / while let, Option and Result, error propagation, modules, visibility and more.> OPEN 9 TOPICS[ 05 STDLIB ] — 16 TOPICSStandard Librarystd.io, std.string, std.math, std.convert, std.collections, std.tensor, std.ml, std.time and the rest of the standard library.> OPEN 16 TOPICS[ 06 REFERÊNCIA RÁPIDA ] — 13 TOPICSQuick ReferenceKeywords, operators, types, escape sequences, import forms, grammar, CLI flags and common errors.> OPEN 13 TOPICS
// TOOLING