:-doc('Biocham can import GPAC (Shannon\'sGeneralPurposeAnalogComputer)andcompilethemintoreactionsystems.OnlyweakGPACs,inwhichtheintegrationiswithrespecttotimeandnotavariable,areconsidered.ThesyntaxofweakGPACsisasfollows:').
:- grammar(wgpac).
wgpac(B) :-
...
...
@@ -99,7 +101,7 @@ get_fresh(N) :-
compile_wgpac(Wgpac, Rate) :-
biocham_command,
doc('compiles a weak-gpac into a biochemical system.'),