The program should be compile with ghc and the executable takes two argument: the first one is the input file (.txt) and the second is the output file where the program will print the AST. $ ghc ...
# configure with examples enabled meson setup build -Dbuildtype=debugoptimized -Dexamples=enabled # build all examples meson compile -C build examples # run the curated example suite: ninja -C build ...