-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |