From 9cee325da529e044fb685d4b567532d028d86557 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 26 Jun 2014 12:56:23 -0700 Subject: [PATCH] Update README --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8873d31..8c63c04 100644 --- a/README.md +++ b/README.md @@ -196,9 +196,3 @@ but not yet implemented. - -# 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.