4. Developer ManualΒΆ
- 4.1. Contributing to Numba
- 4.2. Numba Architecture
- 4.3. Notes on generators
- 4.4. Extending the Numba Frontend
- 4.4.1. Overview
- 4.4.2. Tutorial
- 4.4.2.1. Creating a New Numba Type
- 4.4.2.2. Organizing Type Signatures with a Registry
- 4.4.2.3. Adding an Attribute Value Type Signature
- 4.4.2.4. Adding a Function Type Signature
- 4.4.2.5. Overloading Elementary Operations
- 4.4.2.6. Installing the Registry in a Typing Context
- 4.4.2.7. Enabling Type Inference for Function Arguments and Globals
- 4.4.3. Conclusion
- 4.5. Extending the Numba backend