Clipper Chip
SolidWallOfCode
released this
19 Nov 18:04
·
283 commits
to master
since this release
- Fixed a bug in
MemSpan<void>
prefix and suffix methods. - Added
TextView::clip...
methods to remove prefix / suffix that satisfied a predicate, without removing a separator character. - Update Unit Parsing example to use the new
TextView
methods. - Added support for "0b" prefix for binary integer parsing.
- Improved CMake support.