Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 433 Bytes

plingua

The P-Lingua language for Membrane Computing

Dependencies

  • 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

Compiling

  • make grammar
  • make compiler
  • make simulator
  • sudo make install