RE: getmem.e
- Posted by Cuvier Christian <christian.cuvier at insee.fr> Jan 23, 2006
- 509 views
Subject: Re: Digest for EUforum at topica.com, issue 5585 Bruce M. Axtens wrote: > > I've put some more Euphoria up on my weblog > <codeaholic.blogspot.com>. As note, CChris has taken > the code in hand and is tweaking it for ESL. > > Regards, > Bruce. > There is a set_memory() now along with get_memory() Testing is under way, and I may upload to my website this weekend. Now also supports "REFERENCE" keyword (set reference point for alignment) and "ALIGN(<number>)" construct. Dropped the "BYTESnnn" construct; using "BYTE(nnn" instead. This is because any type may be used for arrays, and some type names have an 'S' in it, decided to make parsing simpler. Perhaps the '(' will drop as well. CChris