Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 490 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 490 Bytes

#MAlice

#About

  • Aim: This program performs the syntactical and semantical analysis of a ficticious language called MAlice. It was part of a group project for 2nd year Computing students at Imperial College London.
  • Technologies: Lex, Yacc

#Usage

  • There are 2 examples of the language in the examples directory
  • To use the analyser make the project in the src directory and run the command ./compile input_file.alice (note: the analyser will produce output only for invalid programs).