- Change the test suite from
tasty
tohspec
Switch around the the hex parser exercise. There are now two exercises:
- Implement
hex
, which is a sub-exercise of the previoushex
. - Implement
hexu
, which is the complete exercise of what was formerlyhex
.
This switching is required to implement jsonString
parser properly (without a try-parser).
This change log started.