Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 344 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 344 Bytes

#Lex ###Monadic Parser Combinators for Javascript

Lex is a library very similar to the outstanding Parsec package for Haskell. Lex doesn't match all functionality or speed, of Parsec, nor does it attempt to. Lex makes it easy to write clean, readable, parsers for a wide variety of applications.