You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a meta-issue that summarizes the work to be done to make the type checker a fully-functional feature. All issues for this feature are labelled with FTC-Snowcat.
The user annotates some variable and operator declarations as specified in ADR002. The type checker either infers the types of all expressions and declarations in the specification or points to a type error.
Since most of the planned work has been done, I am closing this meta-issue. A few left-overs can be found in the milestone 48. These issues do not require a lot of active work. Rather they have to be done at proper time. Also, unpinning this issue.
This is a meta-issue that summarizes the work to be done to make the type checker a fully-functional feature. All issues for this feature are labelled with FTC-Snowcat.
The user annotates some variable and operator declarations as specified in ADR002. The type checker either infers the types of all expressions and declarations in the specification or points to a type error.
improve the expression builder frameworkThe text was updated successfully, but these errors were encountered: