Re: Script Parser



CJReilly@xxxxxxxxx writes:

I am trying to build a simple script parser with basic-like syntax and
including the standard loops, variables, if/else statements, and such
found in most core languages.

I was hoping someone could point me to a good resource. I've tried
searching for books and articles online, but no luck. :-( Unfortunately
my comp. sci. class voted against the script parser lesson.

Then don't bother with it. Use an existing scripting language, and
integrate it to your application. For example ecl (Embeddable Common
Lisp), or guile if you're more scheme oriented. Then you don't have
to worry about anything but providing the entry points to your
application for scripting as a set of functions.

http://ecls.sourceforge.net/

--
__Pascal Bourguignon__
.



Relevant Pages

  • Re: Script Parser
    ... including the standard loops, variables, if/else statements, and such ... found in most core languages. ... I was hoping someone could point me to a good resource. ... class voted against the script parser lesson. ...
    (comp.programming)
  • Re: Script Parser
    ... including the standard loops, variables, if/else statements, and such ... found in most core languages. ... I was hoping someone could point me to a good resource. ... class voted against the script parser lesson. ...
    (comp.programming)