Learn more about it here : An Informal Introduction to MIGR
git clone https://github.com/aliqyan-21/creolynator
cd creolynator
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=debug ..
make./build/bin/creolynator <filepath>example:
./build/bin/creolynator tests/full_tests/4.creoleNOTE: add -v for verbose output
Output will print structural and semantic info
Two files will also be created In
testsdirectory:
- structural.json
- semantic.json
