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: Sat, 14 May 2022 18:05:55 +0200 Organization: A noiseless patient Spider Message-ID: <6qkv7h5sql9dsqql8dj68ajokfftrkfcs9@4ax.com> References: <6e28ecc5-27d7-42c0-bfbd-85029ac36c50n@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: reader02.eternal-september.org; posting-host="fab5d6900d138ae89b01fcd15a4b9880"; logging-data="3577"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX191pRqhZICNVHs2fF72+xy6" User-Agent: ForteAgent/8.00.32.1272 Cancel-Lock: sha1:PZIuJCfv9eAaYpyXMvI6eQjGw0U= Xref: reader02.eternal-september.org comp.lang.ada:63852 List-Id: On Sat, 14 May 2022 05:35:55 -0700 (PDT), Gautier write-only address wrote: >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.0996: > > - packages and subpackages are now supported > - modularity: packages and subprograms can be standalone > library units, stored in individual files with > GNAT's naming convention, and accessed from other units > via the WITH clause > - validity checks were added for a better detection of > uninitialized variables. > >Package examples and modularity tests have been added. >Particularly, a new PDF producer package with a few demos >is located in the ./exm/pdf directory. > >Enjoy! > >Gautier >__ >PS: for Windows, there is an integrated editor that embeds HAC: >LEA: http://l-e-a.sf.net >PPS: HAC will be shown at the Ada-Europe conference (presentation + tutorial) >http://www.ada-europe.org/conference2022/ which subset of the Ada language is covered?