The little man computer (LMC) is a simple computer model. It has 100 cells of memory, a single register (accumulator), a program counter, an input list, an output list and a flag signal.
Project's specifications are taken from the 2019 LP exam of the course "Programming Languages" and can be found in the file assignment.pdf in italian languages. According to the specifications this project was developed in LISP and PROLOG.
The details of the two implementations of the project are in the README files of Lisp and Prolog folders.
Here can be found some file for testing the two project.