Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zertovitch/hac
- Owner: zertovitch
- Created: 2019-09-15T15:06:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:17:53.000Z (about 2 months ago)
- Last Synced: 2024-10-24T07:50:51.563Z (about 2 months ago)
- Topics: ada, ada-language, ada-library, advent-of-code, compiler, compiler-construction, mini-compiler, parser, semantic-analysis, strongly-typed, symbol-table, virtual-machine
- Language: Ada
- Homepage: http://hacadacompiler.sf.net/
- Size: 10.2 MB
- Stars: 120
- Watchers: 19
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: readme.txt
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-ada - hac - HAC Ada Compiler - a small, quick Ada compiler fully in Ada. (Compilers / Open source)
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!