GULP

From Computer Tyme Support Wiki

(Difference between revisions)
Jump to: navigation, search
m
m
Line 4: Line 4:
The idea behind GULP is two fold. This is an easy specification for programmers to create configuration languages with - and second - it creates scripting languages that are easy and intuitive for people to use. It can be used to create either interpreters or byte code compilers and should run reasonably fast. And it's expandable so that you can add as many commands as you want.
The idea behind GULP is two fold. This is an easy specification for programmers to create configuration languages with - and second - it creates scripting languages that are easy and intuitive for people to use. It can be used to create either interpreters or byte code compilers and should run reasonably fast. And it's expandable so that you can add as many commands as you want.
 +
 +
== Making GULP Work ==
 +
 +
* [[ Gulp Introduction ]] - Introdicing Overall concepts
 +
* [[ Basic Parsing Concepts ]] - Building a Basic Parser

Revision as of 05:50, 2 October 2005

GULP - General User Language Parser

I used to be quite the programmer at one time. I wrote a computer language called MarxMenu in Borland Pascal and in it's day it was quite a hit. I should try to learn some other languages but quite frankly - most of them suck. And I've noticed that very few programmers can write a scripting language. So I'm inventing GULP with the hope that people smarter than me will do something innovative with it.

The idea behind GULP is two fold. This is an easy specification for programmers to create configuration languages with - and second - it creates scripting languages that are easy and intuitive for people to use. It can be used to create either interpreters or byte code compilers and should run reasonably fast. And it's expandable so that you can add as many commands as you want.

Making GULP Work

Personal tools