A compiler for IEC61131-3 language
- Support recognition of POUs' declaration part & definition part
- Support recognition of IL tokens
- OS: Ubuntu 14.04 x86_64
- CMake 2.8.12.2
- GCC 4.8.4 (-std=c++11)
- flex 2.5.35
- bison 3.0.2
- Change directory to the root directory of project
$ mkdir build
and$ cd build
$ cmake ..
$ make
$ ../iec_compiler.exe < ../test/test4lexer
Thanks to Beremiz