Skip to content

moonbit-community/simple_parserc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

illusory0x0/simple_parserc

Primitive combinators

  • |
    • lor or
  • label

Monadic combinators

  • Monad

    • bind
    • pure
    • map
  • helper function

    • map_srcpos
    • discard_left
    • discard_right

Folding

  • foldl
  • foldl1
  • foldr
  • foldr1
  • many
  • many_each

Derivatives of primitive combinators

  • satisfy
  • char
  • one_of
  • none_of
  • string
  • eof

satisfy helpler function

  • digit
  • space
  • alphabetic
  • any
  • space1
  • spaces

Surrounding

  • between
  • round_bracket
  • square_bracket
  • curly_bracket

Reference

megaparsec

opal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •