From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:608:b0:35d:54e0:1382 with SMTP id z8-20020a05622a060800b0035d54e01382mr9817667qta.432.1664617047775; Sat, 01 Oct 2022 02:37:27 -0700 (PDT) X-Received: by 2002:a0c:f2c6:0:b0:4b1:79bb:77a9 with SMTP id c6-20020a0cf2c6000000b004b179bb77a9mr2506466qvm.51.1664617047589; Sat, 01 Oct 2022 02:37:27 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 1 Oct 2022 02:37:27 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1210:282b:1d00:95ef:def0:1754:12cd; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1210:282b:1d00:95ef:def0:1754:12cd User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5d6eceaa-4d65-4b9d-b074-c9225ad5f88an@googlegroups.com> Subject: Ann: HAC v.0.21 From: Gautier write-only address Injection-Date: Sat, 01 Oct 2022 09:37:27 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1895 Xref: reader01.eternal-september.org comp.lang.ada:64468 List-Id: HAC (HAC Ada Compiler) is a quick, small, open-source Ada compiler, covering a subset of the Ada language. HAC is itself fully programmed in Ada. Web site: http://hacadacompiler.sf.net/ >From there, links to sources, and an executable for Windows. Source repositories: #1 svn: https://sf.net/p/hacadacompiler/code/HEAD/tree/trunk/ #2 git: https://github.com/zertovitch/hac HAC is also available through Alire : https://alire.ada.dev/ * Main improvements since v.0.2: - Added Virtual Machine Variables, another mean for exchanging data between the HAC program and the program hosting the VM. - SmallAda's tasking is working again in its HAC reincarnation - at least, for some simple tasks. - HAL becomes HAT (HAC Ada Toolbox), to avoid name collision with HAL = "Hardware Abstraction Layer". Enjoy! Gautier