Re: Script Parser



On 2006-08-31, CJReilly@xxxxxxxxx <CJReilly@xxxxxxxxx> wrote:
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.

Try this:

http://www.tldp.org/HOWTO/Lex-YACC-HOWTO.html#toc4
.



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. ... application for scripting as a set of functions. ...
    (comp.programming)