Update Mémoire de fin d'étude

Anthony Callegaro 2024-06-18 13:10:53 +00:00
parent 4f8b386955
commit e624b855be

@ -1 +1,13 @@
Full title : "Réalisation d'un interpréteur et de son editeur pour un logiciel d'optimisation"
This is my Master thesis on Compilers, where I had to develop a custom programming language with its editor. The language is:
* Procedural
* Interpreted
* Implements if/case/while statements
* Dynamically Typed
The interpreter in itself was done with flex and bison for which I used templates to generate oriented object code and be integrated in the C++ application.
I am publishing this here as a safeguard and in the hope that it can be useful to somebody else as the EPSI only publishs the thesis internally and keeps a version in their library.
![Réalisation d'un interpréteur et de son éditeur pour un logiciel d'optimisation](../raw/attachments/Mémoire.pdf)