The PR updates nom to v7.
Since v7 removed its parser macros I replaced them with functions.
As a side note, the initial update to nom v5 breaks like 35+ tests for some reason but I didn't look into it after realizing that replacing the macro usage fixed everything.
The PR updates nom to v7. Since v7 removed its parser macros I replaced them with functions.
As a side note, the initial update to nom v5 breaks like 35+ tests for some reason but I didn't look into it after realizing that replacing the macro usage fixed everything.