From e41f9f57406036c4734b09c9e1aa66479fea4cb3 Mon Sep 17 00:00:00 2001 From: pablo Date: Fri, 4 Nov 2016 21:20:57 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 351f0c6..ee24fed 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,10 @@ Small Windows app that renders a source file and shows the lines, columns and th This app is useful to understand how SemanticMerge/Plastic SCM external parsers work. While learning how to develop external parsers you probably create a parser by hand. Then you need to "count" the chars where declarations (methods, namespaces, classes, includes) start and end. This is painful. This app helps you in the process. + +## How to use it +If you run the app without params, it displays a sample file. + +Most likely what you want to do is to ass the file you want to display as argument: + +charposition.exe Program.cs