Skip to content

Nanoverse v1.0.0-a9: the "Make" action

Pre-release
Pre-release
Compare
Choose a tag to compare
@borenstein borenstein released this 11 Dec 23:56
· 18 commits to master since this release

Major changes:

  • Make action lets agents create non-self-similar agents

Minor changes

  • Compiler errors report line numbers
  • Improvements to dictionary generator

Make process

David Bruce Borenstein

Behaviors can now include the Make action. Make is identical to Expand, except that rather than creating a copy of the Expanding agent, it creates a different, user-defined agent. The agent to be created is defined in the description argument. The new biofilm.nano example illustrates its use.