The complete programmer's manual for Sanguis V4. Seven sections covering everything from your first program to the compiler pipeline.
What Sanguis is, how to install it, your first program, and the CLI commands.
Nine keywords, grammar, operators, builtins, and comments. The complete language spec.
Every builtin function, constant, and operator available in the Sanguis runtime.
How programs run: the tick cycle, parallel route dispatch, and memory.
Real-world programs from first steps to advanced patterns - annotated and explained.
From source text to native code: parsing, analysis, optimization, and emission.
Every term defined - body, hold, route, tick, connectome, and the rest of the vocabulary.