-
Notifications
You must be signed in to change notification settings - Fork 1
rALF Snippet Compiler Completion Progress
lunkpeter edited this page Sep 29, 2015
·
6 revisions
#rALF Snippet Compiler (SC) Completion Progress#
| rALF AST Element | Incorporated in the SC |
|---|---|
| BooleanLiteralExpression | ✅ |
| NaturalLiteralExpression | ✅ |
| RealLiteralExpression | ✅ |
| StringLiteralExpression | ✅ |
| UnboundedLiteralExpression | ✅ |
| NameExpression | ✅ |
| NamedTuple | ✅ |
| ExpressionList | ✅ |
| NamedExpression | ✅ |
| SuperInvocationExpression | ❌ |
| FeatureExpression | ✅ |
| LinkOperationExpression | ✅ |
| NullExpression | ✅ |
| CollectionLiteralExpression | ✅ |
| BooleanUnaryExpression | ✅ |
| BitStringUnaryExpression | ✅ |
| NumericUnaryExpression | ✅ |
| CastExpression | ✅ |
| AssignmentExpression | ✅ |
| LeftHandSide | ✅ |
| Block | ✅ |
| EmptyStatement | ✅ |
| LocalNameDeclarationStatement | ✅ |
| InstanceCreationExpression | ✅ |
| ExpressionStatement | ✅ |
| IfStatement | ✅ |
| IfClause | ✅ |
| SwitchStatement | ✅ |
| SwitchClause | ✅ |
| WhileStatement | ✅ |
| DoStatement | ✅ |
| ForStatement | ✅ |
| ForeachStatement | ✅ |
| BreakStatement | ✅ |
| ReturnStatement | ✅ |
| SendSignalStatement | ✅ |
| FeatureInvocationExpression | ✅ |
| FilterExpression | ✅ |
| AssociationAccessExpression | ✅ |
| SignalDataExpression | ✅ |
| ThisExpression | ✅ |
| ElementCollectionExpression | ✅ |
| PrefixExpression | ✅ |
| PostfixExpression | ✅ |
| ArithmeticExpression | ✅ |
| ShiftExpression | ✅ |
| RelationalExpression | ✅ |
| EqualityExpression | ✅ |
| LogicalExpression | ✅ |
| ConditionalLogicalExpression | ✅ |
| ConditionalTestExpression | ✅ |
| StaticFeatureInvocationExpression | ✅ |
| ClassExtentExpression | ✅ |