Ann: HAC Ada compiler v.0.095

Gautier write-only address <gautier_niouzes@hotmail.com>
Thu, 8 Apr 2021 08:51:39 -0700 (PDT)

          From comp.compilers

Related articles
Ann: HAC Ada compiler v.0.095 gautier_niouzes@hotmail.com (Gautier write-only address) (2021-04-08)
| List of all articles for this month |

From: Gautier write-only address <gautier_niouzes@hotmail.com>
Newsgroups: comp.compilers
Date: Thu, 8 Apr 2021 08:51:39 -0700 (PDT)
Organization: Compilers Central
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="45791"; mail-complaints-to="abuse@iecc.com"
Keywords: Ada, available
Posted-Date: 08 Apr 2021 12:01:25 EDT

HAC (HAC Ada Compiler) is a small, quick, open-source Ada compiler,
covering a subset of the Ada language.
HAC is itself fully programmed in Ada.


Web site: http://hacadacompiler.sf.net/


Source repositories:
  #1 svn: https://sf.net/p/hacadacompiler/code/HEAD/tree/trunk/
  #2 git: https://github.com/zertovitch/hac


* Improvements since v.0.085:


Modularity: HAC recursively compiles all units needed to build a main program.
Currently only procedures and functions bodies are supported - no packages yet, no separate specifications.


An example can be found in exm/unit_a.adb


Enjoy!


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.