-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Chris Smowton edited this page Apr 19, 2017
·
5 revisions
Feature status
Supported:
- Integer types
- User-defined ranges
- Range checks
- Overflow checks
- Basic record types
- If-then-else
- While loops
- Unbounded loops
- Functions and procedures (in-parameters only, no default initialisers)
- Recursive functions
- Division checks
- Parameter and local variable namespacing
- Pointers
Upcoming (in rough order of intended implementation):
- Out- and inout-parameters
- Arrays
- Discriminated records
- Variant records
- Tagged records
- Dynamic dispatch