comp.lang.ada
 help / color / mirror / Atom feed
* Ann: HAC v.0.2
@ 2022-06-25  7:43 Gautier write-only address
  2022-07-02  7:48 ` Gautier write-only address
  0 siblings, 1 reply; 2+ messages in thread
From: Gautier write-only address @ 2022-06-25  7:43 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Ann: HAC v.0.2
  2022-06-25  7:43 Ann: HAC v.0.2 Gautier write-only address
@ 2022-07-02  7:48 ` Gautier write-only address
  0 siblings, 0 replies; 2+ messages in thread
From: Gautier write-only address @ 2022-07-02  7:48 UTC (permalink / raw)


There is a blog post about this release, with some explanations, here:
  https://gautiersblog.blogspot.com/2022/06/hac-as-embedded-compiler.html
A list of releases can be found here:
  https://sourceforge.net/p/hacadacompiler/news/ 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-02  7:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-25  7:43 Ann: HAC v.0.2 Gautier write-only address
2022-07-02  7:48 ` Gautier write-only address

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox