I'm also getting more used to working in the "elevated world" as I lift normal functions to the Parser world
I'm also getting more used to working in the "elevated world" as I lift normal functions to the Parser world
Parse Int -> Parse Dot -> Parse Int
Combining a char sequence parser such as Parse Int and a single char parser such as Parse Dot wasn't feeling ergonomic, so I "Promoted" the initial Parse Dot [+]
Parse Int -> Parse Dot -> Parse Int
Combining a char sequence parser such as Parse Int and a single char parser such as Parse Dot wasn't feeling ergonomic, so I "Promoted" the initial Parse Dot [+]
github.com/Pekito/lispi...
github.com/Pekito/lispi...