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

Syntactic analyzer for a theoretical and procedural programming language called flux.

License

Notifications You must be signed in to change notification settings

alexandrustoica/fluxsa

Repository files navigation

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

About

Syntactic analyzer for a theoretical and procedural programming language called flux.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks