fluxsa is a syntactic analyzer for flux, a simple procedural programming language.
$ docker build -t flux:new .
$ docker-compose build flux
$ docker run -v <absolute path to example.json>:/parsing/example.json -t flux:new python /parsing/main.py /parsing/example.json
$ docker-compose build flux-test; docker-compose run flux-test