Release 0.4 of an XPL Compiler available

Shoefoot <shoefoot@gmail.com>
Sat, 16 Dec 2017 00:19:44 -0800 (PST)

          From comp.compilers

Related articles
Announcing the initial release of an XPL Compiler shoefoot@gmail.com (Shoefoot) (2017-11-21)
Release 0.4 of an XPL Compiler available shoefoot@gmail.com (Shoefoot) (2017-12-16)
| List of all articles for this month |

From: Shoefoot <shoefoot@gmail.com>
Newsgroups: comp.compilers
Date: Sat, 16 Dec 2017 00:19:44 -0800 (PST)
Organization: Compilers Central
References: 17-11-001
Injection-Date: Sat, 16 Dec 2017 08:19:45 +0000
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="11198"; mail-complaints-to="abuse@iecc.com"
Keywords: available
Posted-Date: 19 Dec 2017 22:37:39 EST

Release 0.4 is now available.


Changes:
1) New library functions: xunlink(), xrewind() and xmkstemp()
2) New keyword EXTERNAL. Add the ability to define function prototypes
      for external functions.
3) New keyword TRANSPARENT. Similar to the keyword EXTERNAL but is
      intended to be used with C include files.
4) Add CORELONGWORD() to access 64-bit memory objects.
5) Enhancements to the INLINE() function.
6) The XPL variable errno was changed to xerrno to allow programs to
      access the C variable errno.
7) Many additions to the documentation.


The latest release can be found here:
    https://sourceforge.net/projects/xpl-compiler/



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.