From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ac8:3aa6:: with SMTP id x35mr6711371qte.0.1603525138186; Sat, 24 Oct 2020 00:38:58 -0700 (PDT) X-Received: by 2002:a05:620a:1322:: with SMTP id p2mr6024373qkj.211.1603525137415; Sat, 24 Oct 2020 00:38:57 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 24 Oct 2020 00:38:57 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:fe50:180d:be00:601c:1754; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:fe50:180d:be00:601c:1754 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ann: HAC v.0.076 From: "gautier...@hotmail.com" Injection-Date: Sat, 24 Oct 2020 07:38:58 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60478 List-Id: HAC (HAC Ada Compiler) is a small, quick, open-source Ada compiler, covering a subset of the Ada language. You find below the changes since the last post about HAC in this forum. Links to the project and contact (tracing ;-) ) addresses are available from the blog posts cited below. 0.071 Discrete type range is stored in type definition; "subtype T1 is T2;" 0.072 Subtype_Indication (e.g. "for B in Boolean loop", "array (States) of Prob") https://gautiersblog.blogspot.com/2020/06/hac-v0072-subtype-indication.html 0.073 The VM can be aborted via the Feedback procedure 0.074 Types: Time and Duration 0.075 Added Ada.Calendar-like functions https://gautiersblog.blogspot.com/2020/10/hac-v0075-time-functions-goodies-for.html 0.076 Added Ada.Directories-like subprograms https://gautiersblog.blogspot.com/2020/10/hac-v0076-adadirectories-like.html Enjoy!