Contribution

The compiler, runtime, stdlib, and editor tooling all take patches. Start with something small and keep it typed.

Read the guide

CONTRIBUTING.md covers patches, review, and how the tree is laid out.

Know the pipeline

Lexer, parser, macros, type checker, then LLVM codegen. Docs/README.md maps each library.

Open a pull request

Small, focused changes. Match the existing compiler style and add a test when you can.