-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work through the multi-line string line-by-line instead of character-by-character as that makes more sense and leads to simpler code. Fix the code for handling leading spaces since the old way wasn't keeping track of the line length properly since it wasn't counting them. Improvements to variable names and comments.
- Loading branch information
1 parent
f052ef5
commit 433dc4a
Showing
1 changed file
with
58 additions
and
58 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