Related articles |
---|
Programming Language Creator 1.00c (with C Interpreter Module) adam@adeptsoftware.com (1998-06-18) |
From: | adam@adeptsoftware.com (Adam Pedersen) |
Newsgroups: | comp.compilers |
Date: | 18 Jun 1998 11:16:59 -0400 |
Organization: | Adept Software |
Keywords: | tools, available |
Adept Software has released the final version of their freeware
programming tool, the Programming Language Creator 1.00c (with C
Interpreter Module). Source is available. Here are the specs:
Tech support is no longer available, and the price has been reduced
70% to $259 for the complete source code.
FILE_ID.DIZ -->
Programming Language Creator v1.00c by Adept Software * FREEWARE
RELEASE * Easy to use language parser and C Interpreter. Create your
own languages quickly and easily! Built-in C Interpreter is great for
running scripts. Source code available! www.adeptsoftware.com/plc
-------------------------
Adept Software
PLC parses and executes source in any language created - and creating
a new language only takes about 200 lines of C! Create custom
keywords, operators, and commands just by filling in a data structure.
PLC can correctly execute any statements in a language module.
>From this:
10 PRINT "Hello World": GOTO 10
to this:
do{
Test+=(((++cnt)/27)%3)+((Blah("test.exe",FIL_READONLY,4)>6)? 1: 3);
}while(Test<500);
COMPLETE SOURCE CODE for this product is available. See our web page
for details.
http://www.adeptsoftware.com/plc
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.