Revise syntax #3
Reference in New Issue
Block a user
Delete Branch "feat/revise-syntax"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements a new revised version of the syntax, which better maps to existing language features, especially Python's.
The main changes are described here and you can find an example of the syntax in
examples/00_syntax_prototype/03_custom_types_v2.midasTwo points that still need some work are the handling of generic types, and aliases of complex types with additional constraints (as described in the aforementioned document)
WIP: Revise syntaxto Revise syntax