-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Filleo edited this page May 12, 2024
·
8 revisions
- Merge parser-boxen into parser-devel
- Merge parser-devel into main
- Merge concept/ast-design into main
- Generate AST from parser rules
- Validate/Simplify AST (Variable Scope, Types, ...)
- Make error checking rules
- Generate code from AST
This wiki contains information about the language specification, software implementation, build environment and programming examples.
- Gemstone Language specification: Specification
- Compiler pipeline: Architecture
- Examples: Cookbook