-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chipmunk CLI: Text formatter generic + improvements
* Make text formatter independent from parser by introducing fields for the original separator that must be provided by initializing an instance of it. * Add more documentation for this part and leave a TODO to revisit this temp solution in the future. * Avoid index checking to determine if separator should be printed. * Use direct methods on string buffer instead of write macros.
- Loading branch information
1 parent
f035300
commit 6b1a612
Showing
2 changed files
with
53 additions
and
23 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
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