mainpage
projects
downloads
links
author
articles

Back to Projects

Euphoria Source Code Parser

description

Euphoria Parser is a small program that parses together desired Euphoria source code files and generates a single source file from them. This is reasonable when you're having big projects with Euphoria and want to build for example a library file from several smaller modules. This Parser wouldn't be necessary if Euphoria would support similar commands like there's in C: #ifndef #define and #endif. I'm currently using the parser in my 3D engine project.

I've included simple example files to the zip file to demonstrate the use of the parser.

Supported platforms: DOS32, Win32 and Linux

Source: Euphoria 2.2

version 1.0

released 9.3.2003

download

Filename Description
Size
eu_parser_v10.zip Source code with examples
7k