Programming Language Creator (includes a C interpreter module) available

adept@adeptsoftware.com (Adept Software)
3 May 1997 00:51:41 -0400

          From comp.compilers

Related articles
Programming Language Creator (includes a C interpreter module) availab adept@adeptsoftware.com (1997-05-03)
| List of all articles for this month |

From: adept@adeptsoftware.com (Adept Software)
Newsgroups: comp.compilers
Date: 3 May 1997 00:51:41 -0400
Organization: Sprint Internet Passport
Keywords: C, available, WWW

http://www.adeptsoftware.com


NEW FREEWARE : Programming Language Creator by Adept Software
Including C Interpreter Module


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
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.