Peu 0.12.0
- Posted by Pete Eberlein <xseal at HARBORSIDE.COM> Apr 06, 1999
- 544 views
I've posted the latest version of Peu to my web site also... the latest development release adds the ability to bind Euphoria programs into an executable. It takes a different approach than RDS Euphoria however. The Peu parser will generate a C program as it reads the Euphoria source, then compiles it with the appropriate compiler (either GCC or LCC,) then links it with special bound versions of the Peu object files. The result is a standalone compiled Euphoria executable program. I think this is similar to the way the Python language compiles its programs. Unfortately Peu is still missing some important functionality... most sequence operations, file & screen i/o, subscripted assignments, for loops, are all still not supported. I really ought to get back to work on those things, now that I have the seemingly 'harder' stuff done. I'll probably be adding a PEUDIR environment variable later on... the "-bind" option will only work now when you're in the peu/ directory. Include files are also currently accepted only by full pathname or in the current directory. Oh, and if you've never heard of Peu, it is a Portable Euphoria interpreter being developed independently of RDS. It is being distributed as open source, written in C, so it should be portable to most operating systems. Currently you must compile it before you can use it. Makefiles are included for the GCC/DJGPP and LCC compilers. Later, _______ ______ _______ ______ [ _ \[ _ ][ _ _ ][ _ ] [/| [_] |[/| [_\][/ | | \][/| [_\] | ___/ | _] | | | _] [\| [/] [\| [_/] [\| |/] [\| [_/] [_____] [______] [_____] [______] xseal at harborside.com ICQ:13466657 http://www.harborside.com/home/x/xseal/euphoria/