Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 391 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 391 Bytes

A second year Epitech project written in C++.

The goal was to develop a virtual machine capable of basic arithmetic operations (+,-,*,/,%).

The way to communicate with the machine is an assembly language whose the grammar is specified in grammar.txt

There is an example of code in example.avm

";;" considered as the whole instruction means we reached the end of the input (for stdin).