Skip to content

Latest commit

 

History

History

parsers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@atlasbot/parsers

These parsers convert strings into various forms of data. The goal for most is lax but accurate parsing, so a boolean can be y or yes instead of just true/false. Speed is also a concern, so they're generally reasonably fast.