mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 13:11:11 +00:00
2.5 KiB
2.5 KiB
Summary
- Basics
- Literal
- Name
- Declaration
- Function
- Builtin Functions
- Operator
- Side Effect
- Procedure
- Builtin Procedures
- Array
- Tuple
- Dict
- Record
- Set
- Type
- Iterator
- Mutability
- Ownership
- Visibility
- Naming Rule
- Lambda
- Subroutine
- Closure
- Module
- Object System
- Pattern Matching
- Comprehension
- Spread Syntax
- Decorator
- Error Handling
- Pipeline
- Integration With Python
- Package System
- Generator
- Index