help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: (no subject)


From: Olav Groehn
Subject: AW: (no subject)
Date: Tue, 9 Apr 2002 13:05:28 +0200

just use :

---
char *code;

// set code to the string you want to parse

yy_switch_to_buffer(yy_scan_string(code));
yyparse();
---
regards

Olav
-----Ursprüngliche Nachricht-----
Von: address@hidden [mailto:address@hidden
Auftrag von sudha sampath
Gesendet: Dienstag, 9. April 2002 12:56
An: address@hidden
Betreff: (no subject)


Hi *,
I am new to this group and infact new to lex and yacc...
The input to my parser is neither from command line nor from a
file. It would just be a string. How do i achieve this? pl. reply
ASAP

Thanks
SS.


_______________________________________________
address@hidden http://mail.gnu.org/mailman/listinfo/help-bison




reply via email to

[Prev in Thread] Current Thread [Next in Thread]