Re: Script Parser
- From: Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx>
- Date: Thu, 31 Aug 2006 06:12:18 +0200
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__
.
- References:
- Script Parser
- From: CJReilly
- Script Parser
- Prev by Date: looking for programmers who are preparing and afraid of panflu
- Next by Date: Re: Fibonacci implementation
- Previous by thread: Re: looking for programmers who are preparing and afraid of panflu
- Next by thread: Re: Script Parser
- Index(es):
Relevant Pages
|