diff --git a/src/FAST-Core-Visitor/FASTTExporter.trait.st b/src/FAST-Core-Visitor/FASTTExporter.trait.st index 8f0ee9b..56e0ce8 100644 --- a/src/FAST-Core-Visitor/FASTTExporter.trait.st +++ b/src/FAST-Core-Visitor/FASTTExporter.trait.st @@ -52,6 +52,7 @@ FASTTExporter >> defaultOperatorsPrecedence [ #'-unary' -> 110 . #'!' -> 110 . + #'!unary' -> 110. #not -> 110 . "cast"