Typee-Language / Typee

A new generic object oriented programming language.
http://www.typee.ovh
MIT License
10 stars 3 forks source link

Front-End Parser documentation #31

Open schmouk opened 6 years ago

schmouk commented 6 years ago

We still need to think about the Parser of the Typee Front-End. Remember: it takes as input the Intermediate Code generated by the Scanner and it generates as output a Syntaxic Intermediate Code (which is an Input for the next stage of the Translator pipeline).

This documentation should at least contain:

We should NOT upload any code module before we all agree and validate this very important document, since first tries to develop the Parser have proven that we were not yet ready to develop it in a satisfying manner.

schmouk commented 6 years ago

Ok, so let me play with this issue first. You'll be informed as soon as I will have released the token :-)

schmouk commented 6 years ago

Sorry, I finally uploaded Parser code before having written this document... Nevertheless, it will be easier to write this doc now and, should any modification take place in the' doc, it would be easy to make related modifications in the code.