Update README

This commit is contained in:
Hackerpilot 2014-06-26 12:56:23 -07:00
parent c9bdd842da
commit 9cee325da5
1 changed files with 0 additions and 6 deletions

View File

@ -196,9 +196,3 @@ but not yet implemented.
</functionDeclaration>
</declaration>
</module>
# Useful code
The source code for DScanner has a complete lexer, parser, and abstact syntax
tree library for D code under the std/d/ directory. It is intended that these
modules eventually end up in Phobos, so feel free to use them for your own D
tools.