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!!
My goal is to resemble the same subset of lisp that Norvig was able to Parse with his Lispy :))
My goal is to resemble the same subset of lisp that Norvig was able to Parse with his Lispy :))