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:600c:3505:b0:39c:93d4:5eec with SMTP id h5-20020a05600c350500b0039c93d45eecmr2956394wmq.179.1656142994959; Sat, 25 Jun 2022 00:43:14 -0700 (PDT) X-Received: by 2002:a25:784:0:b0:669:3a94:fe8b with SMTP id 126-20020a250784000000b006693a94fe8bmr2972890ybh.565.1656142994332; Sat, 25 Jun 2022 00:43:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 25 Jun 2022 00:43:14 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1210:282b:1d00:301d:f002:8721:c9dd; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1210:282b:1d00:301d:f002:8721:c9dd User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ann: HAC v.0.2 From: Gautier write-only address Injection-Date: Sat, 25 Jun 2022 07:43:14 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:64033 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 * Main improvements since v.0.1: - a program run by HAC can exchange data with the programm running HAC, through dynamically registered call-backs - see package HAC_Sys.Interfacing and demos: src/apps/exchange_native_side.adb src/apps/exchange_hac_side.adb - the compiler checks that all choices in a CASE statement are covered - the compiler performs more compile-time range checks and optimizes away useless run-time checks when it's safe to do so. Enjoy! Gautier