Go to file
Adrien Bourmault bad939f9d6
src/model.c: integrating within actual parsing
2024-04-04 23:01:00 +02:00
data src/model.c : debugging parsing 2024-03-22 01:07:07 +02:00
include src/model.c : debugging parsing 2024-03-22 01:07:07 +02:00
src src/model.c: integrating within actual parsing 2024-04-04 23:01:00 +02:00
.gitignore WIP: ready to work 2024-03-13 20:10:10 +02:00
LICENSE Add LICENSE 2021-03-28 15:26:21 +00:00
Makefile WIP: working on conditions 2024-03-21 03:05:04 +02:00
README.md First unit tests for scheduler 2021-06-14 20:22:11 +02:00
manifest.scm WIP: thread structure ready ! 2024-03-15 23:10:10 +02:00

README.md

gem-graph-server

Build & execute the program:

make
make run

Build & execute tests

make tests
make run-tests