-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Riley Peel edited this page Jan 21, 2025
·
5 revisions
Heir is a strongly-typed bytecode interpreter (programming language).
This wiki will document all of how Heir works, step-by-step.
This is the order that you should read this Wiki in.
- Lexer
- Parser
- Resolver
- Binder
- Type Checker
Bytecode GeneratorBytecode Optimizer (part of the generator)Virtual Machine