27 Oct
2003
27 Oct
'03
4:39 p.m.
Hello! What is "proper way" of implementing result value of parser, have i implement new parser or can (and how?) i use grammar construct with user defined result value that can be passed to attached action (for ex. matched GUID returning)? What is performance penalty for using vectors (they need realloc, don't they) in ast trees? And is there anyway to store scanner defined result in tree, besides using user-specified value in node_val_data and type casting it to specific type depending of node id? Thanks. -- With best regards, GIE.