Used AXE C++ Parser Generator Community Edition for Windows?


Editors’ Review

Download.com staff
AXE is a C++ library for generating recursive descent parsers. It offers flexible grammar specification, extensibility, and efficient performance with minimal overhead.
  • Pros

    • Uses C++11 for natural EBNF-like grammar.
    • Large set of predefined rules and actions.
    • Easily extensible with custom rules.
    • In-site rule creation using lambda functions.
    • Header-only library, no linking required.
  • Cons

    • Character type agnostic rules require forward iterators.
    • No distinction between lexical analysis and parsing.

Used AXE C++ Parser Generator Community Edition for Windows?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1.5
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows 10
  • Windows XP
  • Windows 2003
  • Windows Vista
  • Windows 8
  • Windows 7
  • Windows Server
Additional Requirements
None
POPULARITY
Total Downloads
228
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated


Developer’s Description

Generate recursive descent parsers.
AXE is a recursive descent parser generator C++ library with the following characteristics: uses C++11 facilities for natural EBNF-like grammar specification; a large set of predefined syntax rules and semantic actions; easily extensible with custom rules; in-site rules and semantic actions creation using lambda functions; most rules are character type agnostic, requiring only forward iterators; no arbitrary distinction between lexical analysis (tokenization) and parsing; small run-time overhead resulting in fast, compact executable; header only library, no need for linking; platform agnostic, uses only standard C++11 compiler.

Download.com
Your review for AXE C++ Parser Generator Community Edition