Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.01 KB

Mini Ml Interpréteur

Ce projet est réalisé dans le cadre du cours, de deuxième année, de programmation fonctionnelle à l'université Paris-Saclay en double licence mathématiques-informatique. L'objectif de ce projet est de construire un interpréteur en OCaml. Pour cela, nous avons implémenté un lexer, un parseur, un vérificateur de type et un interpréteur. Ce projet est composé de cinq parties: l'arithmétique, les variables, les fonctions, les structures et la récursion.

Réalisé avec @gui2L.

Mini Ml Interpreter

This project is realized in the framework of the second year course of functional programming at the University Paris-Saclay in double degree mathematics-computing. The objective of this project is to build an interpreter in OCaml. For that, we implemented a lexer, a parser, a type checker and an interpreter. This project is composed of five parts: arithmetic, variables, functions, structures and recursion.

Made with @gui2L.