Skip to content

Instantly share code, notes, and snippets.

@CoditCompany
Created September 19, 2017 06:27
Show Gist options
  • Select an option

  • Save CoditCompany/c4c810c68d48e52d481d5ec5d97a0885 to your computer and use it in GitHub Desktop.

Select an option

Save CoditCompany/c4c810c68d48e52d481d5ec5d97a0885 to your computer and use it in GitHub Desktop.
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