Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zertovitch/hac

HAC Ada Compiler - a small, quick Ada compiler fully in Ada
https://github.com/zertovitch/hac

ada ada-language ada-library advent-of-code compiler compiler-construction mini-compiler parser semantic-analysis strongly-typed symbol-table virtual-machine

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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!