SauzeauYannis / ITL-Projet

A Lexical Analysis Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ITL-Projet

Table of Contents

Ce projet a été effectué en troisième année du CMI Informatique à l'UFR SFA Université de Poitiers dans le cadre de l'enseignement Théorie des langages, analyse lexicale.

Ce projet a été développé seul sous Ubuntu avec GNU Emacs et le mode Tuareg pour OCaml et avec Visual Studio pour lex.

Les programmes ont été compilés pour s'exécuter sous Linux, vous pouvez donc lancez les 5 programmes suivant :

  • Automates finis
  • Langages rationnels
  • Analyse lexicale avec Flex
  • Grammaires algébriques

Nous avons obtenu la note de 16,5/20.

This project was carried out in the third year of the CMI Informatique at the University of Poitiers as part of the Language theory, lexical analysis teaching programme.

This project was developed on its own under Ubuntu with GNU Emacs and Tuareg mode for OCaml and with Visual Studio for lex.

The programs have been compiled to run under Linux, so you can run the following 5 programs:

  • Finite automata
  • Rational languages
  • Lexical analysis with Flex
  • Algebraic grammars

We obtained a score of 16.5/20.

About

A Lexical Analysis Project


Languages

Language:C 92.2%Language:OCaml 5.6%Language:Lex 2.2%