aboutsummaryrefslogtreecommitdiff
path: root/include/instset.h
AgeCommit message (Collapse)Author
2024-02-29Format repass.Paul Oliver
2024-02-29Common pipe replaced with sender/receiver functors.Paul Oliver
[#27] C library now only takes care of relaying data to/from functors, which must be provided by the wrapping application (in this case, a new python module named 'common.py').
2024-02-29Removed information EAT-ing.Paul Oliver
[#16] Allowing organisms to EAT information is causing huge reefs to form too early and occupy most memory space. Here we replace EATB/F with the old shift left/right. This is done to compare simulation stability.
2024-02-29Initial commit.Paul Oliver