Finally managed to recreate recreate something similar to TSoding's Haskell homemade parser combinator implementation using F#. I was stucked in the error of the first image, but after some research I learned that I could solve this using lazy evaluation!!
Finally managed to recreate recreate something similar to TSoding's Haskell homemade parser combinator implementation using F#. I was stucked in the error of the first image, but after some research I learned that I could solve this using lazy evaluation!!
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