www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - ddmd and ide error recovery and error reporting

reply dolive <dolive89 sina.com> writes:
How to do use ddmd's parser.d and lexer.d to write ide's error recovery and
error reporting ?
please provide a few help document and please give me a few samples , thank you
very much !


dolive
Sep 19 2010
parent reply Trass3r <un known.com> writes:
 How to do use ddmd's parser.d and lexer.d to write ide's error recovery  
 and error reporting ?
 please provide a few help document and please give me a few samples ,  
 thank you very much !
Just have a look at how the code is called in main.d's int main(string[] args) right after all the commandline parsing.
Sep 20 2010
parent dolive <dolive89 sina.com> writes:
Trass3r дµ½:

 How to do use ddmd's parser.d and lexer.d to write ide's error recovery  
 and error reporting ?
 please provide a few help document and please give me a few samples ,  
 thank you very much !
Just have a look at how the code is called in main.d's int main(string[] args) right after all the commandline parsing.
thank's, I went to see.
Sep 22 2010