Open ewdavis opened 5 years ago
Joshua suggested it would be useful to see a text-based stochiometry DSL for AMIDOL to show we can tackle a robust set of Abstract Knowledge Layers.
A good target for this are stochiometry equations in the form:
A + B --> C C + D --> D + E
Etc.
Check out antimony, it may not be sophisticated enough for you but shows you something similar that has been done in the past. Then language can be exported to sbml and sbml imported.
https://tellurium.readthedocs.io/en/latest/antimony.html
Joshua suggested it would be useful to see a text-based stochiometry DSL for AMIDOL to show we can tackle a robust set of Abstract Knowledge Layers.
A good target for this are stochiometry equations in the form:
A + B --> C C + D --> D + E
Etc.