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=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Doctor Who Newsgroups: comp.lang.ada Subject: Re: Ann: HAC v.0.1 Date: Sun, 15 May 2022 08:54:51 +0200 Organization: A noiseless patient Spider Message-ID: References: <6e28ecc5-27d7-42c0-bfbd-85029ac36c50n@googlegroups.com> <6qkv7h5sql9dsqql8dj68ajokfftrkfcs9@4ax.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: reader02.eternal-september.org; posting-host="52bebce0949d7d5163a80b6ea68a89a7"; logging-data="9672"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19vVEQwOWbcgOleQVwwdyCz" User-Agent: ForteAgent/8.00.32.1272 Cancel-Lock: sha1:bILDg3pLzvhiDO6a3WeK73R7QTE= Xref: reader02.eternal-september.org comp.lang.ada:63856 List-Id: On Sat, 14 May 2022 22:24:04 -0700 (PDT), Gautier write-only address wrote: >Doctor Who: >> which subset of the Ada language is covered? > >Quoting from ./doc/hac.txt (section "Language subset"): >"The available Ada language subset supported by HAC is so far, roughly, > the "Pascal subset", plus tasking, plus packages, less pointers. > From a different perspective, HAC supports Ada 83, less pointers, less generics, > less unconstrained types, plus a few items from Ada 95 and 2005. > Recursion and nested subprograms are supported." >and: "Tasks are implemented, but not working yet." > >HTH thank you.