Is it possible to read a special data-object (not a string) from (e.g.) stdin at runtime, in a way that it is not necessary to parse the input? In special: I want to read a representation of a syntax-tree at runtime without parsing this string-representation and transforming it to my internal syntax-tree-representation. I just want to read and then work with it. Any questions about my question? Marc.
