We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init
print
sys
actions { a, b } proc P { act { a?, b! } } proc Q{} init { print(P()) print(product(P(), Q())) sys q = Q() print(q) }
Ia.xtext
GSysExpr
GSysPrintExpr
ModelValidatorProxy
ModelInitTypeChecker
sys t1 = print(P())
InternalSysRuntime
RuntimeProviderInterface
IamRuntimeProvider
MiaRuntimeProvider
The text was updated successfully, but these errors were encountered:
This is a good one to practice implementing new operator
Sorry, something went wrong.
No branches or pull requests
Syntax
init
section:print
that accept one argument of typesys
Implementation
Ia.xtext
GSysExpr
to support another option:GSysPrintExpr
GSysPrintExpr
init
section:ModelValidatorProxy
ModelInitTypeChecker
sys t1 = print(P())
InternalSysRuntime
: handle the new print expressionRuntimeProviderInterface
IamRuntimeProvider
MiaRuntimeProvider
The text was updated successfully, but these errors were encountered: