Created
September 19, 2017 06:27
-
-
Save CoditCompany/c4c810c68d48e52d481d5ec5d97a0885 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let comma = pchar ',' | |
| let pitems = (skipString "ITEMS,") >>. (sepBy pitem comma) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment