Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 630 Bytes

Flux Syntactic Analyzer

fluxsa is a syntactic analyzer for flux, a simple procedural programming language.

Build

With Docker
$ docker build -t flux:new .
With Docker-Compose
$ docker-compose build flux

Run

$ docker run -v <absolute path to example.json>:/parsing/example.json -t flux:new python /parsing/main.py /parsing/example.json

Run Tests

$ docker-compose build flux-test; docker-compose run flux-test