diff --git a/src/FrontEnd/Parser/fe_parser.py b/src/FrontEnd/Parser/fe_parser.py index af51638..b329aef 100644 --- a/src/FrontEnd/Parser/fe_parser.py +++ b/src/FrontEnd/Parser/fe_parser.py @@ -43,7 +43,7 @@ class FEParser: Syntaxic Intermediate Code that will be then analyzed by the Typee Front-End Elaborator. - Currently, implements version 8 of Typee Grammar Specification. + Currently, implements version 9.1 of Typee Grammar Specification. """ #-------------------------------------------------------------------------