• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    Ada
  • Created about 5 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

HAC Ada Compiler - a small, quick Ada compiler fully in Ada
HAC - HAC Ada Compiler
======================

HAC is perhaps the first open-source (albeit very
partial) Ada compiler fully programmed in Ada itself.

====
More complete description in the file:  doc/hac.txt
====

If you are impatient: have GNAT installed, then, on your
preferred command-line interpreter:

  gnatmake -P hac

  cd exm
  ../hac gallery.adb

(if `gnatmake` doesn't work, try `gprbuild`;
 for Windows, '\' is meant in place of '/')

Enjoy!