Commit Graph

4 Commits

Author SHA1 Message Date
Sebastian Crane 56094478db Remove use of state container in main function
Since the main function will only ever start and stop one system, this
commit simplifies the main function to use a single lexical binding for
the system state rather than creating an Atom.

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-03-22 22:38:30 +00:00
Sebastian Crane 7857a1acf5 Add main function
Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-02-19 23:33:01 +00:00
Sebastian Crane a2a041c9d1 Add 'Reloaded' system for interactive development
Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-02-19 23:18:53 +00:00
Sebastian Crane fe660a8929 Add support for loading state and config files
Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-02-19 21:42:35 +00:00