You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are now ready to put in the repository the actual code of the Front-End Parser.
Let's do it!
Meanwhile, we SHOULD verify the actual code.
Furthermore, we SHOULD program tests - see related issue.
The text was updated successfully, but these errors were encountered:
Added:
- Parser code fe_parser.py for grammar syntax v.6 - Parser/fe_parser.py;
- syntaxic intermediate code stuff: définition of this intemrediate code, of ther elated nodes and of the syntax errors aliases and texts.
Still have to verify that the parser code conforms to v.8 of Typee language grammar.
Just committed 4 files adds : the parser code, related to version 6 of Typee grammar specs; the definitions of the_ syntaxic intermediate code_ and its nodes,, and the definition of the names and the texts of all detected syntaxic errors.
Still have to verify that the parser code conforms to version 8 of Typee grammar specs, since a comment in code states that it is currently relating to version 6.
We are now ready to put in the repository the actual code of the Front-End Parser.
Let's do it!
Meanwhile, we SHOULD verify the actual code.
Furthermore, we SHOULD program tests - see related issue.
The text was updated successfully, but these errors were encountered: