Skip to content
/ hac Public
forked from zertovitch/hac

HAC Ada Compiler - small Ada compiler fully in Ada

Notifications You must be signed in to change notification settings

YaoFei509/hac

 
 

Repository files navigation

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!

About

HAC Ada Compiler - small Ada compiler fully in Ada

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ada 99.8%
  • Batchfile 0.2%