Skip to content

Commit

Permalink
added type mapping from ast-tc
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Dec 11, 2023
1 parent 25ed5d6 commit d3b9972
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fmi2/vdmcheck/src/main/resources/annotations/ast-tc.mappings
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
##########################################################################################
# The annotation class mapping definition for the VDMJ Type Checker. See ClassMapper.
##########################################################################################

# annotations
package annotations.ast to annotations.tc;
map ASTOnFailAnnotation{name, args} to TCOnFailAnnotation(name, args);

0 comments on commit d3b9972

Please sign in to comment.