actors: Move actors center-stage in 8sync.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 20 Dec 2016 18:11:04 +0000 (12:11 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 20 Dec 2016 18:11:04 +0000 (12:11 -0600)
commit4deb5433574cfdf8f2b2bf22460c8b74ba426bed
treef1de298415a75e3782494397f1bba6c5bea1c52b
parent29745029f85cbc462bcfa0c75f92156ea2c6b494
actors: Move actors center-stage in 8sync.

* 8sync/systems/actors.scm: Renamed to 8sync/actors.scm.
* 8sync/systems/actors/debug.scm: Renamed to 8sync/debug.scm.
* Makefile.am: Update for renamed files.
* demos/actors/botherbotherbother.scm:
* demos/actors/robotscanner.scm:
* demos/actors/simplest-possible.scm:
* tests/test-actors.scm: Update import of actors module to new location.
8sync/actors.scm [new file with mode: 0644]
8sync/debug.scm [new file with mode: 0644]
8sync/systems/actors.scm [deleted file]
8sync/systems/actors/debug.scm [deleted file]
Makefile.am
demos/actors/botherbotherbother.scm
demos/actors/robotscanner.scm
demos/actors/simplest-possible.scm
tests/test-actors.scm