The P-Lingua language for Membrane Computing
- Linux OS (tested on Ubuntu 16.04 and Ubuntu 18.04)
- GCC 4.9.0 or higher (with support for regex)
- Flex
- Bison
- libboost-filesystem-dev
- libboost-program-options-dev
sudo apt-get install build-essential flex bison libboost-filesystem-dev libboost-program-options-dev
- make grammar
- make compiler
- make simulator
- sudo make install