Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 186 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 186 Bytes

c--

Simple compiler based on an article in PCW Magazine from 1988

Usage

Build the code

  make all

Try the compiler with the TEST.C-- source example

./Compiler TEST.C--