acess the d parser and compiler from the source code

dennis luehring dennis_member at pathlink.com
Wed Mar 1 03:15:06 PST 2006


what about extending the std.compiler module

with an parse(char[] buffer/filename) feature
why do we need extra parser projects - can't we use the dmd one
internaly?

import std.compiler;
token_tree = parse("test.d"); ...

and maybe an internal compile() feature (like java have)

ciao dennis lühring





More information about the Digitalmars-d mailing list