Simple insel Parser
Just some very elementary experiments in preparing to writing a parser for Insel.
- A modern C++ compiler on your OS
- Cmake (>3.00)
- Good to have Clion IDE
The material in this directory is only relevant to CERC developers who actively work on insel compiler.
- From parent directory, run
cmake-build-debug/INSEL_PARSER >output.txt 2>&1
- mkdir build
- cd build
- cmake ..
- make
-
return from build to parent directory via
cd ..
-
build/INSEL_PARSER >output.txt 2>&1