From a1f07b12abcfe836f479c6be34af1dd93e3b8d65 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper <42160433+Russell-S-Harper@users.noreply.github.com> Date: Mon, 6 Aug 2018 22:11:51 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91c82b8..256a5f6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # COMMON -Advance 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. +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. To build and run: -`cd common-post-process ; make ; cp common-post-process ../common ; cd ..` -`cd common ; make ; cd ..` -`cd emulator ; make ; ./emulator < ../common/system.obj` + + cd common-post-process ; make ; cp common-post-process ../common ; cd .. + cd common ; make ; cd .. + cd emulator ; make ; ./emulator < ../common/system.obj The makefiles use `re2c`, `flex`, `bison`, `gcc`, `cpp`, and `xa`.