Skip to content

iveevi/nabu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nabu

Nabu is a C++17 parsing library that is designed to be easy to use and extremely customizable.

TODOs

  • Add ranges for characters like regex (i.e. ['a' - 'z'])
  • Add LR and LARL version for the parser class