Repo layout (language)
The Tide language implementation lives in: Typical structure:src/— implementation (lexer/parser/eval)examples/— example programstests/— assertion-based test programs
Build
Run tests
CI
The language repo includes GitHub Actions that:- builds on clang and gcc
- runs tests
- runs a sanitizer build (ASan/UBSan) to catch memory bugs early
Docs
These docs are a separate repo: They’re built with Mintlify. Edit.mdx files and docs.json to update navigation.