mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-21 20:31:02 +00:00
Update README.md
This commit is contained in:
parent
5aa93efbf1
commit
000053a7ec
11
README.md
11
README.md
@ -1,8 +1,9 @@
|
|||||||
# COMMON
|
# COMMON
|
||||||
Advance some ideas using Steve Wozniak's SWEET16 interpreted byte-code language as inspiration.
|
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.
|
||||||
While the goal of SWEET16 was brevity, the goal of COMMON is functionality.
|
|
||||||
|
|
||||||
To build and run:
|
To build and run:
|
||||||
```cd common-post-process ; make ; cp common-post-process ../common ; cd ..
|
`cd common-post-process ; make ; cp common-post-process ../common ; cd ..`
|
||||||
cd common ; make
|
`cd common ; make ; cd ..`
|
||||||
cd emulator ; make ; ./emulator < ../common/system.obj```
|
`cd emulator ; make ; ./emulator < ../common/system.obj`
|
||||||
|
|
||||||
|
The makefiles use `re2c`, `flex`, `bison`, `gcc`, `cpp`, and `xa`.
|
||||||
|
Loading…
Reference in New Issue
Block a user