COMMON/README.md

11 lines
435 B
Markdown
Raw Normal View History

2018-08-07 01:55:07 +00:00
# COMMON
2018-08-07 02:11:51 +00:00
Advances some ideas using Steve Wozniak's SWEET16 interpreted byte-code language as inspiration. While the goal of SWEET16 was brevity, the goal of COMMON is functionality.
2018-08-07 02:02:52 +00:00
2018-08-07 02:04:36 +00:00
To build and run:
2018-08-07 02:11:51 +00:00
cd common-post-process ; make ; cp common-post-process ../common ; cd ..
cd common ; make ; cd ..
cd emulator ; make ; ./emulator < ../common/system.obj
2018-08-07 02:10:00 +00:00
The makefiles use `re2c`, `flex`, `bison`, `gcc`, `cpp`, and `xa`.