What's new? | Help | Directory | Sign in
Google
yardparser
YARD Parsing Framework for C++
  
  
  
  
    
Show all Featured Downloads:
yard-1.4.zip
Join project
Project owners:
  cdiggins, maxlybbert

Welcome to Yet Another Recursive Descent (YARD) parsing framework for C++. YARD is inspired by Boost.Spirit. YARD allows the specification of parsing expression grammars (PEG) using types and templates directly, instead of through operator overloading. The result is a very compact and efficient parser generating library.

YARD parsers automatically perform tokenization and construction of abstract syntax trees.