|
|
|
|
|
|
|
|
DOS |
Enhanced Language War Game |
184K | Matt Arriola |
Aug 19/00 |
|
 |
|
A version of the Language War game, with some changes
and new features. Aug 19: many new features and some cool
Sound Blaster Effects.
| |
|
WIN |
Language War for Windows |
1314K | Dave Craig / Rob Craig |
Dec 31/07 |
|
 |
|
This game was designed by Dave Craig in 1978 to run on a 16K RAM
TRS-80. Now Rob has ported the DOS version to Windows by using
dos_rescue.ew, an include file that overrides the built-in functions:
graphics_mode(), pixel(), get_key() etc. It runs the Windows event
loop as a separate Euphoria task. Perhaps you can "rescue" some
other old DOS graphics programs. Hear Rob's voice, and if you
win at the expert level, hear Junko's voice and see a picture
of Junko & Rob! Source and compiled executables included. Dec 31: fixed
memory leak in call to DrawText - thanks to Matt Lewis
| |
|
DOS |
Language War Contest |
368K | RDS |
Dec 8/05 |
|
 |
|
Download contest.zip to an empty directory, and unzip it with WinZip,
pkunzip etc. View the small README.TXT file before starting. If
you can't hear the sound-effects, don't worry. You won't need
them to win. The game will run on XP and all earlier versions
of Windows. Three people have now destroyed all 50 C ships,
and the contest is closed.
| |
|
GEN |
Gedit (gtksourceview) Euphoria language file |
2K | Dirk Lorenzen |
Jul 11/13 |
|
 |
|
From the readme: This file allows you to do syntax highlighting
of the Euphoria Language, for the Euphoria 4.0 Language specification,
as of writing (01/16/09).
| |
|
GEN |
Ox Parser Generator |
26K | David Cuny |
Nov 4/00 |
|
 |
|
Give it a grammar (language description). It will make a parser
(syntax checker) for that language, written in Euphoria. You can
include the parser in your application, and you can specify actions
to be performed as elements of your language are recognized. Nov 3: $pre
directive fixed. Nov 4: identifiers with embedded keywords fixed
| |
|
WIN |
Non-English Language Support |
10K | Jiri Nemec |
Dec 18/98 |
3.00 |
 |
|
routines for converting strings to upper or lower case,
comparing strings, etc., when those strings are in a language other than
English.
| |
|
WIN |
IDE language file |
17K | Fernando Jose Velo Perez |
Feb 26/06 |
|
 |
|
IDE_msgSpanish.zip contains the (Spanish) translation for the IDE's
language file. It is used with Andy Drummond and Judith Evans
versions of Euphoria IDE.
| |
|
WIN |
War Game (unfinished project) |
458K | Einar Mogen |
Sep 25/03 |
|
 |
|
The beginning of a a strategic war game along the lines of Europa
Universalis, Hearts of Iron etc. Unfortunately never
finished, but perhaps it can serve as a base for someone else.
Sep 25: Corrected some information.
| |
|
GEN |
EuClaude Natural Language Demo |
44K | Andy Serpa / George Brooks |
Nov 21/02 |
|
 |
|
A conversion to Euphoria of a Quick Basic
natural language understanding program. It still has some
bugs in it.
| |
|
GEN |
Natural Language Translator |
46K | George Brooks / Rob Craig |
Feb 5/02 |
|
 |
|
A program that converts text from one natural (human)
language to another. It does a rough word-for-word translation.
A human needs to make a second pass to clean it up.
A 5000-word English - Esperanto dictionary is included.
| |
|
|
|
|
|
|
|
|
|
GEN |
Foreign Language Editor |
29K | John McAdam |
Aug 27/01 |
|
 |
|
A modified version of the ed.ex editor with
support for foreign language (i.e. non-English) programming.
| |
|
DOS |
Simple Programming Language |
6K | Mikhael |
Feb 22/99 |
|
 |
|
a very simple programming language.
He wants you to help him extend it. (shrouded source)
| |
|
GEN |
XProl Language |
17K | Tom Eklöf |
Jul 18/98 |
|
 |
|
a quick little programming language that he claims is
'the most useless one ever invented'. You might find it educational to
see how he did it.
Jul 18: after almost one year, he has released version 22 'Shent'
| |
|
WIN |
M- |
569K | Jalil |
Jul 19/15 |
|
 |
|
M- is another programming language using a virtual machine to create
seemingly fast programs. M- syntax is similar to assembly language.
| |
|
DOS |
Language Resource Routines |
7K | Martin Schut |
Apr 3/99 |
|
 |
|
a system that lets a program support
many different languages, e.g. English, French, German, etc.
| |
|
GEN |
Two Programming Languages |
48K | Tom Eklöf |
Apr 6/00 |
|
 |
|
ETL and EOR - a couple of strange
interpreted languages implemented using Euphoria.
| |
|
GEN |
Great Computer Language Shootout! |
19K | Jason Gade |
Feb 5/07 |
5.50 |
 |
|
The Euphoria implementation of the benchmarks at http://shootout.alioth.debian.org
Feb 5: Added partial-sums and reverse-complement benchmarks.
Added bench.ex test harness. Removed subdirectories.
| |
|
WIN |
Enhanced IDE |
731K | Judith Evans |
Jul 27/08 |
201.75 |
 |
|
A greatly-enhanced version of David Cuny's original Interactive
Development Environment for Win32Lib. The IDE lets you easily
design a Windows user interface, and attach pieces of Euphoria
code that will be executed when GUI elements are clicked by your
user. A complete Euphoria program is generated for you. Includes
a companion stand-alone editor. Win32lib 0.70.4a or later is required.
German and
French language support is available. (Anyone who wishes to
submit a translation update or new translation is welcome to do
so. Judith can host it on Sourceforge or you can submit it to
the Recent Contributions Page.) Jul 27: ListView Styles Explorer
and winlibscan rewritten, many improvements.
| |
|
GEN |
Die Roll scripting language |
44K | CChris |
Apr 23/05 |
|
 |
|
This include file provides a parser for complex die rolls. You can
specify any regular algebraic axpression using roll descriptions.
You can roll any sort of (un)balanced die, and use a roll description
instead of a side number. One can further manipulate rolls using
order statistics, or get unaggregated outcomes like with a slot
machine. Apr 23: v1.09a: fixed bug for roll strings starting
with "d" (and implied "1")
| |
|
GEN |
Document Formatting Language |
6K | Jim Brown |
May 11/02 |
|
 |
|
A document format that he can currently translate to
HTML, Rich Text Format (RTF), and plain text. See also Junko Miura's
documentation generator in the Archive.
| |
|
|
|
|
|
|
|
|
|
GEN |
Machine-Language Executor |
3K | Brecht Pynoo |
Mar 29/00 |
|
 |
|
An executor of code for a simple machine. It's based
on his school project.
| |
|
GEN |
Assembly Language Interpreter |
5K | Jeffrey Fielding |
Jul 26/99 |
|
 |
|
A simple interpreter for
a small subset of machine instructions.
| |
|
GEN |
TrueType Font Converter |
46K | Colin Taylor |
Aug 23/03 |
29.00 |
 |
|
A program that reads TrueType fonts and converts them to bitmap
fonts for use under DOS. The bitmap fonts can be saved in Jiri
Babor's font format. It also has user-definable Unicode-to-DOS
character mapping (needed to produce foreign-language fonts).
Aug 21: a bit more functionality, a couple of new demos and
a few bug fixes. Aug 23: typos fixed
| |
|
GEN |
EuSQL |
300K | Matthew Lewis |
Oct 6/06 |
17.00 |
 |
|
An SQL (Structured Query Language) front-end for the Euphoria Database
System (EDS). It parses and executes a subset of SQL statements.
Oct 6: v0.79.1: bug fixes, small enhancements
| |
|
GEN |
Mini-Assembler |
30K | Pete Eberlein |
Dec 30/01 |
17.20 |
 |
|
A tool for converting assembly language into sequences of machine
code. Supports MMX instructions.
| |
|
GEN |
euwrap |
5976K | James Cook |
Feb 3/18 |
|
 |
|
A system to use Euphoria functions stored in dlls (compiled with
euc or ecw) to be called from another computer programming language,
such as C, by opening a dll. Data can be exchanged using Linked
lists. Most Euphoria functions are wrapped. Includes binaries,
demos, and source. Look for euwrap.zip Freeware license. Feb 3: changed
link
| |
|
WIN |
Windows Editor (32-bit) |
328K | Mike Carroll |
Apr 24/99 |
13.75 |
 |
|
a 32-bit Windows editor for Euphoria programs, written in another
language. It contains a Windows help file for Euphoria version
2.1, context-sensitive help and color syntax highlighting. Apr 24: updated
for Euphoria 2.1, and now has color preview and printing
| |
|
GEN |
EuSDL2 |
435K | Andy P. |
Oct 24/17 |
|
 |
|
EuSDL2 is a wrapper of SDL2 for the Euphoria programming language.
All major and minor functions have been wrapped. Includes some
example programs. Oct 24: Updated for SDL 2.0.7, new functions
added. Cross-platform support added.
| |
|
GEN |
English numbers |
18K | James Cook |
May 27/17 |
|
 |
|
English numbers allows someone to type in a number and read it in
natural English language. For those who cannot count up to one
quadrillion. It is important that everyone should know how to
count in English. May 27: Freeware license.
| |
|
WIN |
EuSFML2 |
1849K | Andy P. |
Mar 5/17 |
|
 |
|
This is a wrapper of SFML 2.2 for the Euphoria programming language.
All major and minor functions of SFML have been wrapped for all
the modules of SFML 2.2 Includes example programs. This is a wrapping
of the C binding of SFML2. Mar 5: Updated for SFML 2.4
| |
|
|
|
|
|
|
|
|
|
GEN |
Smel4Eu: SMEL 1.1 Core Package for Euphoria 1.25 |
37K | Tommy Carlier |
Sep 7/04 |
6.00 |
 |
|
Reads and writes SMEL-documents and -fragments. SMEL is a language
for structuring data and documents, kind of like XML. Sep 7: Fixed
some bugs.
| |
|
GEN |
EuCANOOP |
280K | Charles Newbould |
May 13/16 |
|
 |
|
OOP programming in Euphoria is not built into the language, yet
it is simple to realise and easy to apply. EuCANOOP provides an
OOP functionality with just nine routines. There are no limitations
with regard to either operating systems or Euphoria version. May 13: Completely
revised syntax - even simpler? Now needs OE4.0 or later. OOP libraries
& examples provided. Project ongoing.
| |
|
WIN |
euSQLite |
100K | Ray Smith |
Feb 26/16 |
|
 |
|
A wrapper for SQLite. SQLite is an easy to use embeddable SQL database
engine which uses a subset SQL query language. Chris Burch placed
the code at
app.box.com, along with other documentation, Linux libraries,
and Windows dlls. Documentation is also a good resource for SQL
Feb 26: Alternate depository, additional documentation.
| |
|
GEN |
Redy |
224K | Ryan W. Johnson |
Dec 8/14 |
|
 |
|
Redy is an open source project written in the Euphoria programming
language that helps you write GUI applications in Euphoria by
providing a collection of libraries and programs that follow specific
standards. It is easy enough for beginners to learn GUI programming,
yet powerful enough for experienced programmers to make professional-quality
applications.
| |
|
GEN |
libzmq |
733K | kapex01 |
Nov 5/13 |
|
 |
|
Cross platform wrapper with examples for ZeroMQ. ZeroMQ is a socket
library that acts as a distributed concurrency framework, with
multi-language interoperability. Carries messages across
inproc, IPC, TCP, and multicast. Nov 5: Update dlls. Add poke8
(for Euphoria 4.0)
| |
|
WIN |
EuWinFun |
500K | Roland Stowasser |
May 22/06 |
2.00 |
 |
|
A small set of Windows API functions and structures wrapped in a
slightly different way. The purpose is to help porting programs
from C to Euphoria and could help people who are not very familiar
with the C language. The MS Help Files are necessary to work with
the library. He has included some examples to show how it should
work. May 22: Some changes. If you did your own experiments,
please rename your folder or unzip this version into a different
directory.
| |
|
DOS |
Memcopy comparison |
37K | Emlyn Merlyn |
Sep 7/04 |
3.00 |
 |
|
This demo proves that regular Euphoria mem_copy() is faster than
an external machine language routine!
| |
|
GEN |
Euphoria Tutorial |
1K | Mohtashim |
Jun 23/12 |
|
 |
|
Euphoria is simple, flexible, easy to learn, and interpreted high-level
programming language for DOS, Windows, Linux, FreeBSD and more.
Euphoria's first incarnation was created by Robert Craig on an
Atari Mega-ST and it was first released in 1993. It is now being
maintained and enhanced by a group of open source developers.
This tutorial gives a complete understanding on Euphoria.
| |
|
GEN |
mongoose |
1350K | ras |
May 30/12 |
|
 |
|
Cross platform embedded web server (requires Euphoria 4.1 with memstruct).
Provides SSL, CGI, SSI, URL rewriting, access control lists. User
defined route handling and Euphoria preprocessor HTML templates
via shared library plugins.(also supports other language plugins
via 'C' compatible interface)
| |
|
GEN |
Euphoria 3.1 Reference Manual in Russian |
154K | Igor Kachan |
Dec 24/11 |
|
 |
|
Euphoria Programming Language version 3.1 Reference Manual in Russian.
You can see these documents on-line in Russian section of the
RDS site. Use 7z for unpacking.
| |
|
|
|
|
|
|
|
|
|
LNX |
Euphoria support file for the Geany Programming Editor |
4K | Kenneth Rhodes |
Oct 27/11 |
|
 |
|
Color Syntax support and context sensitive help for the Geany Programmer's
editor. Project management, execution of file, Eu2C code compiling,
binding, shrouding can all be done from within the editor. At
present this must be done by substituting filetype.euphoria for
one of the filetype.language files currently supported by Geany.
Instructions are contained in the file as comments.
| |
|
GEN |
Brainf*ck Interpreter |
204K | D. Newhall |
Feb 27/05 |
1.50 |
 |
|
A Euphoria-coded interpreter for the popular esoteric programming
language Brainf*ck. Includes Windows console and DOS executable,
example programs, and source code.
| |
|
WIN |
.INI files uncomplicated |
9K | Sergio Gelli |
Apr 27/10 |
|
 |
|
Just say no to complicated programming language ;-), Include INI.E
to use an "yourFile.ini" Apr 27: --- Now, a little better explained
| |
|
GEN |
Euphoria Preprocessor |
18K | Chris Bensler |
Jul 23/01 |
3.00 |
 |
|
It adds namespacing, assignments on declaration, select case, and
various new delimiters and sequence operations to the Euphoria
language.
| |
|
DOS |
Esperanto Movie |
64K | George Brooks |
May 1/05 |
0.60 |
 |
|
A DOS movie that teaches the Esperanto (human) language.
| |
|
WIN |
Cg wrapper |
247K | mic |
Jul 24/08 |
|
 |
|
A wrapper for NVidia's Cg (C-like shader language) library. The
wrapper is not complete, but still functional. Jul 24: Wrapped
some more Cg functions. Added an example for D3D9.
| |
|
GEN |
MML compiler |
331K | mic |
Jul 9/08 |
|
 |
|
A package containing an MML (Music Macro Language) compiler, plus
playback libraries for various video game systems.
| |
|
WIN |
Translation Helper for Enhanced IDE |
94K | Roland Stowasser |
Dec 15/07 |
|
 |
|
This project aims to help in translating IDE messages and IDE text
to another language. The included project file could be modified
to assist with other applications using a similar approach.
| |
|
GEN |
Compiled HTML PDF for Euphoria v3.0 |
1302K | Dave Bunch |
Jun 13/07 |
|
 |
|
Brett Pantalone's compiled HTML help manual (CHM) for the Euphoria
3.0 language and libraries packed into a single PDF file. Contains
all documentation included with the RDS download. All keywords
indexed and bookmarked.
| |
|
WIN |
Compiled HTML help for Euphoria v3.0 |
285K | Brett Pantalone |
Jan 21/07 |
|
 |
|
Compiled HTML help manual (CHM) for the Euphoria 3.0 language and
libraries. Contains all documentation included with the RDS download.
All keywords indexed. Jan 21: Recompiled to fix broken links
(oops)
| |
|
|
|
|
|
|
|
|
|
GEN |
An introduction to Euphoria Programming |
227K | Charles Newbould |
Mar 15/06 |
|
 |
|
A readable introduction to Euphoria with easy examples. The description
assumes a Windows environment but could be followed by a DOS or
Linux user with only slight adaptation. It covers the basics,
but also incorporates simple windows programming. Intended to
encourage more users of this "splendid language".
| |
|
GEN |
Modified include system |
40K | Vincent Howell |
Feb 9/06 |
|
 |
|
This is now just a proof of concept on how he proposed to fix the
duplicate filename issue with Euphoria's include system. Perhaps
this code can be used for comparing two different filepaths. NOTE:
A better alternative solution has been agreed upon by RDS for
implementation into the official language.
| |
|
WIN |
mbox |
140K | Juergen Luethje |
Oct 29/05 |
|
 |
|
A DLL that reads and writes Unix mailbox files (mbox format) --
source code and compiled DLL. The DLL is a plugin for Total Commander,
but you can also use it with your own programs (sample Euphoria
code that calls the routines in the DLL included). Oct 29: The
main new features are a new naming system for extracted mails,
and the ability to change mbox files. So the plugin now is also
useful for finding and deleting duplicate mails, and for synchronizing
mails in different mbox files. The plugin now can read language
files. English, Dutch, German and Polish are automatically supported.
Several other enhancements, and considerably improved documentation.
| |
|
GEN |
euXML 2.5 |
26K | Rene Conijn |
Aug 9/05 |
|
 |
|
euXML is a library to work with XML in Euphoria. Work with easy
functions and use an xPath-like language to go to a tag in your
XML document. Aug 9: fixed bugs in solve_xPath and in setXML.
| |
|
WIN |
Dirt Merchant |
4831K | Steven Allen |
May 4/05 |
|
 |
|
A freeware game. A drug wars clone with new features and enhancements.
Uses Ray Smith's EuAllegro. Source code is available upon request.
Warning: the game contains some rough language and adult content.
| |
|
GEN |
EUwords in Italian |
5K | Antonio Alessi |
May 21/05 |
|
 |
|
A translation of the Euphoria keywords and builtins to Italian.
This can be used to expand the multi-lingual editor by David Ragazzi.
(Italian words are at column 129)
| |
|
GEN |
HQ9+ Interpreter |
1K | D. Newhall |
Feb 26/05 |
|
 |
|
An interpreter for the (joke) programming language HQ9+ designed
by Cliff L. Biff, written in Euphoria.
| |
|
GEN |
Joy Interpreter In Euphoria (joie) |
22K | Raymundo Baquirin |
Jan 3/05 |
|
 |
|
joie is an interpreter for the concatenative programming language
Joy, written in Euphoria.
| |
|
GEN |
Windows 98 Source Code ported to Euphoria (JOKE) |
3K | scancode |
Jan 5/05 |
|
 |
|
This is a joke about Windoze 98... It can be run (fun) or read (funniest!).
Warning: foul language used.
| |
|
GEN |
EuKa |
10K | Juergen Luethje |
Oct 24/04 |
|
 |
|
A Euphoria preprocessor based on Tommy Carlier's Kanarie Template
System. It provides the possibilities of block comments, inserting
files, generating code or documentation depending on the platform,
on the language, and/or on the configuration such as DEBUG or
RELEASE. Generated source code can be executed automatically on
any platform, if intended. Oct 24: Bug concerning Linux fixed.
The generated program now can use command-line options.
| |
|
|
|
|
|
|
|
|
|
GEN |
Bilingual Toolkit |
829K | Igor Kachan |
Sep 13/04 |
|
 |
|
A toolkit, including a modified ed editor rewritten in Russian,
that fully supports the use of Russian and English with the unlimited
alphabet Euphoria interpreters for DOS and Windows. You can write
your EU programs in Russian with just about 25 English words or
in pure English, or in any mix as well. EtoC translator and binder
are supported. You can switch the language of diagnostics and
turn on/off syntax coloring in the current window. The syntax
coloring dictionary has 11049 words for the bilingual RDS libs
(included), Win32Lib v060.05 and w32engin v7.20. Sep 13: New
color words for Win32Lib v060.05 added, red.exe excluded to free
space for future improvements.
| |
|
GEN |
Boot Time Logger |
74K | Kat |
Sep 30/04 |
|
 |
|
This merely logs the date and time windows starts up. To use, set
into C: root, add the exe filename to your windows on_start menu
(not the start menu of shortcuts). It demonstrates a few of Eu's
basic comamnds, and how easy it is to use Eu as a scripting language
(just use the interpreter). Source and exe included.
| |
|
DOS |
Some ASM examples |
1K | David Eltrosoft |
Jul 9/04 |
|
 |
|
An assembly language example. It shows how to use imul multiply.
Requires ATP Assembly Mini-Debugger by Alexander Toresson, Jul 9: imul
example
| |
|
DOS |
Even Faster Flood Fill |
7K | Nick Metcalfe |
Mar 25/99 |
1.00 |
 |
|
a machine language version of a flood fill
routine originally written in Euphoria by Colin Taylor.
The machine-coded routine can work directly in mode 19, or it can
use a virtual screen in memory. A nice-looking fractal boundary
trace demo is included.
| |
|
GEN |
Euphoria Preprocessor |
28K | David Cuny |
Jun 2/98 |
1.00 |
 |
|
a preprocessor that adds several language features to Euphoria,
version 1.01b.
| |
|
GEN |
Scheduling Demo |
4K | Greg Haberek |
Jan 26/03 |
|
 |
|
A small demo that uses the task scheduler from Language Wars
while displaying columns of text on the screen.
| |
|
GEN |
Euphoria Messages in English and Russian |
13K | Igor Kachan |
Sep 26/02 |
|
 |
|
The complete set of error messages and other messages
that the Euphoria interpreter produces, in both Russian and English.
If you have the Euphoria interpreter source code, you can use these files
plus Igor's slightly modified Euphoria source files,
to build a Russian version of the interpreter, or even better, translate
the messages into your own language. Sep 26: fixed one bug,
added a message for FreeBSD
| |
|
WIN |
Euphoria Editor for Windows |
251K | Eric Randall |
Jun 4/02 |
|
 |
|
A Windows-based editor with support for Euphoria programming.
Updated after 5 years, written in another language, no source.
| |
|
WIN |
Topaz Editor |
9K | Andrew |
May 30/02 |
|
 |
|
An editor for programs written in Rod Jackson's
Topaz scripting language (see Archive).
| |
|
GEN |
Preprocessor |
9K | J. Brown |
May 15/02 |
|
 |
|
A preprocessor that extends the Euphoria language. May 15: new
features
| |
|
|
|
|
|
|
|
|
|
GEN |
Euphoria Documentation in Russian |
248K | Igor Kachan |
Apr 23/02 |
|
 |
|
A complete translation of the Euphoria 2.3 language documentation
into Russian. Choose from: code
page for Windows, code page
for DOS, or code page for
Linux. Apr 23: updated for the FreeBSD release
| |
|
GEN |
Spell Checker |
151K | Junko Miura |
Mar 5/02 |
|
 |
|
A spelling checker using an English dictionary contributed
by Matt Sephton. She used an interesting technique based on a fast
hash table lookup algorithm. On a Pentium-150 she can check a 15000-word
document (such as library.doc) against a 50000-word dictionary
in just 2 seconds! You can easily add words to the dictionary, or
replace it with another one in English or some other language.
Mar 5: some minor errors in the dictionary file were corrected.
This dictionary was used in the
Euphoria programming contest
| |
|
WIN |
Program with Flow Charts |
204K | Claudio Emiliozzi |
Aug 6/01 |
|
 |
|
A program that lets you create and compile flow charts
to generate assembly language.
| |
|
GEN |
Forward Reference Parser |
10K | J. Brown |
Jul 18/01 |
|
 |
|
A preprocessor that adds some features to the Euphoria language.
| |
|
GEN |
HamsterSpeak |
19K | James Paige |
Mar 4/01 |
|
 |
|
A compiler for a custom language called "HamsterSpeak" that he created
for use with the DOS RPG Maker O.H.R.RPG.C.E. Originally written
in QuickBasic, the new Euphoria version runs 12 times faster.
| |
|
GEN |
Scripting Engine |
4K | No Solution |
May 19/00 |
|
 |
|
A small scripting language that you can use within
your Euphoria program.
| |
|
GEN |
Assembler for Euphoria |
15K | Alexander Yakovlev |
Feb 4/97 |
0.35 |
 |
|
a program that converts assembly language into sequences of machine
code. This is his alpha release.
| |
|
WIN |
Front End for Running/Editing Programs |
397K | WOLF InI Software |
Apr 13/99 |
|
 |
|
a "front end"
that makes it easy to run and edit Euphoria programs for
both DOS32 and WIN32. (written in another language - no source).
Apr 13: file extension restriction lifted.
If you have the previous version you can download this
small update and unpack it in the Install-Directory of
the Frontend.
| |
|
WIN |
Visual Euphoria Code Editor |
170K | Daniel Berstein |
Nov 9/98 |
|
 |
|
an editor for use with his Visual Euphoria package. (written
in another language - no source)
| |
|
GEN |
Euphoria Pre-Processor |
30K | Jeff Fielding |
Nov 17/98 |
|
 |
|
a language preprocessor for Euphoria. Among other things, it can
give you a list of your variables and functions and whether they've
been used or not.
| |
|
|
|
|
|
|
|
|
|
GEN |
Dot Notation for Euphoria |
5K | David Cuny |
Jun 2/98 |
|
 |
|
a preprocessor for an experimental extension
to the Euphoria language
| |
|
WIN |
Windows Editor (16-bit) |
270K | Mike Carroll |
Dec 5/97 |
|
 |
|
a 16-bit Windows editor for Euphoria programs, written in
another language. It contains a Windows help file for Euphoria version
2.0 alpha.
| |
|
WIN |
mygmp_dll |
1422K | James Cook |
Jan 24/18 |
|
 |
|
GMP (gnu multiple precision library) for Euphoria, as a wrapper
to libmygmp.dll, This allows access to most GMP.H functions on
Windows. (The source can be modified to compile for other operating
systems and other programming languages.) Jan 24: Updated url
| |
|
WIN |
Multilingual |
227K | Wolfgang Fritz |
Apr 12/06 |
4.30 |
 |
|
Programming examples and tools for writing multilingual applications
using code-pages, regional settings, owner-drawn menus, etc.,
including Russian, Japanese and 9 other languages, localized paths,
and font enumeration. Apr 12: added Dutch, etc.
| |
|
GEN |
Design Patterns in Euphoria |
13K | Steve Baxter |
Apr 16/15 |
|
 |
|
An article showing design patterns for procedural languages, and
the unique pattern Euphoria 4.0 offers. Euphoria on the largest
scales.
| |
|
GEN |
Bilingual Euphoria 2.5 |
821K | Igor Kachan, Robert Craig |
Jun 15/05 |
3.00 |
 |
|
Bilingual (English & Russian) Euphoria 2.5 Interpreters and set
of the standard RDS libraries. Manual of EU 2.5 in Russian. Allows
you to write Euphoria programs as 100% English or as 100% Russian
or as any mix of two languages. The E2C Translator, Binder and
translation to 100% standard Euphoria are supported. Interpreter
has unlimited alphabet for the names. Jun 15: Added the exw_r.exe
interpreter, support for translation from English to Russian.
Tested with Russian versions of Win32Lib.ew and IDE.exw. Known
bugs fixed. Beta version.
| |
|
GEN |
Japi Gui Library |
200K | Merten Joost |
Jun 12/02 |
2.00 |
 |
|
A GUI library that supports Windows and Linux,
and also supports several programming languages, including
very recently, Euphoria.
| |
|
DOS |
Turtle Graphics |
17K | Jiri Babor |
Jan 2/00 |
3.10 |
 |
|
An engine for displaying turtle graphics, a method of
drawing pictures that is popular in LOGO and other languages. He has
included some very artistic examples. Jan 2: code rewritten, plus
better documentation
| |
|
DOS |
Polyglot Editor |
398K | Igor Kachan |
Jul 17/02 |
1.25 |
 |
|
A graphics-mode editor that supports many
different languages. A large number of fonts are included.
Jul 17: now supports Japanese, Chinese (Taiwan and PRC),
and Korean characters
| |
|
GEN |
Unlimited Alphabet Interpreter |
738K | Igor Kachan |
Oct 5/02 |
1.00 |
 |
|
A program that can generate 21 different versions of the ex.exe
interpreter. Each version supports a different international code
page for output to the screen in graphics modes. These interpreters
are built using the publicly-available Euphoria Interpreter Source
Code, and WATCOM C for DOS. His interpreters allow identifiers
with ASCII characters 128-255. This is useful for many (non-English)
languages. He has also included versions of exw.exe and
exu (Linux/FreeBSD) with 128-255 support. Oct 5: exw.exe
replaced by one built with Borland
| |
|
|
|
|
|
|
|
|
|
GEN |
The case_xx() function |
1K | Igor Kachan |
Mar 18/07 |
|
 |
|
A function to convert texts in different languages and code pages
to upper or lower case. Just add your alphabet. Mar 18: Common
improvements, added example on concatenation of two alphabets.
| |
|
WIN |
Modified Scripting Interpreter |
1461K | wes hermanson |
Dec 4/05 |
|
 |
|
Freeware scripting interpreter with GUI control, written completely
in Euphoria (no source). It can run Euphoria programs (both windows
and dos), as well as 7 extra languages in tandem (below). Can
be called from command line. AIT, COBOL, Euphoria, Forth, LISP,
Tint, SIC, and SmallTalk.
| |
|
WIN |
Euphoria Editor |
444K | David Ragazzi |
May 20/05 |
|
 |
|
An editor that supports multiple languages (English, Espanol, and
Portuguese) for Euphoria syntax (keywords and builtins). Before
long he hopes it will have support for Francais, Italian, German
and Russian.
| |
|
GEN |
Character uppercase / lowercase conversions |
6K | Derek Parnell |
Oct 26/04 |
|
 |
|
A generic set of routines that can help your application correctly
change the case of text strings and sequences. It can handle most
national languages by enabling you to define the mapping from
lower to upper for any character set. By default, it understands
the Windows Western set.
| |
|