Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: rebol yacc parser generators

From: greggirwin:mindspring at: 18-Apr-2002 10:46

Hi Bryan, << I'm wondering if there are any parser generators out there for rebol, something on the line of yacc? also is there any parser written in rebol for understanding asn.1? >> Have you played with the PARSE function at all? That's where you should start, and it might be where you stop. Who needs YACC? :) --Gregg