Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psantosl authored Nov 4, 2016
1 parent d0722f7 commit 1176d4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# charposition
Small Windows app that renders a source file and shows the lines, columns and the number of each character in the file

![Char position counting chars on a file](https://raw.githubusercontent.com/PlasticSCM/charposition/master/screenshot/charpositionscreenshot.png)

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.

0 comments on commit 1176d4c

Please sign in to comment.