From ae0299c38d7cf2edbf5dcb5ece8f57d763f37105 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sat, 27 Jul 2013 15:21:30 +0000 Subject: [PATCH] Documented syntax checker --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b4e9988..c43fd31 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ source file. $ dscanner --imports helloworld.d std.stdio +### Syntax Check +The "--syntaxCheck" option prints a listing of any errors or warnings found +while lexing or parsing the given source file. It does not do any semantic +analysis and it does not compile the code. + ### Line of Code Count The "--sloc" or "-l" option prints the number of lines of code in the file. Instead of simply printing the number of line breaks, this counts the number of