Home Submit URL Add to Favorite Contact
           01 May, 2024
 
    
Computers » Programming » Compilers » Lexer and Parser Generators

Hapy

Popularity:    Hit: 643
Details:
A runtime parser generator library. It generates parsers from BNF-like language grammars. Parsing scripting languages and communication protocol messages are typical use cases. [Public domain]
URL: http://hapy.sourceforge.net/
Title: Hapy
Image:
Description: Computers, Programming, Compilers, Lexer and Parser Generators - Hapy. A runtime parser generator library.
Similar:

Related Sites 
Spirit C++ Parser Framework (Popularity: ): An object oriented recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow to approximate the syntax ...
TextTransformer (Popularity: ): A parsergenerator, a simple c++ interpreter and an interactive debugger combined to a visual development environment, which analyzes, evaluates, converts ...
YooLex (Yet another Object-Oriented Lex) (Popularity: ): A Flex like scanner code generator, but it generates C++ scanner classes that are re-entrant and compatible with the newer ...
CppCC (C++ Compiler Compiler) (Popularity: ): a scanner+LL(k = 1..Inf) parser generator for C++. Allows easy top-down description of grammars in an intuitive and extensible manner. ...


Popular Sites
CppCC (C++ Compiler Compiler) (Popularity: ): a scanner+LL(k = 1..Inf) parser generator for C++. Allows easy top-down description of grammars in an intuitive and extensible manner. ...
YooLex (Yet another Object-Oriented Lex) (Popularity: ): A Flex like scanner code generator, but it generates C++ scanner classes that are re-entrant and compatible with the newer ...
TextTransformer (Popularity: ): A parsergenerator, a simple c++ interpreter and an interactive debugger combined to a visual development environment, which analyzes, evaluates, converts ...
Spirit C++ Parser Framework (Popularity: ): An object oriented recursive descent parser generator framework implemented using template meta-programming techniques. Expression templates allow to approximate the syntax ...