How about a php5 parser-generator

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • seaside

    #1

    How about a php5 parser-generator

    Hi,

    I'll probably release a php5-based LL(1) parser generator - if there
    is general interest. Please post a comment, in case...

    Some details:

    - Pure PHP5
    - Parses LL(1)
    - Lexical definitions using regular expresions
    - Syntax using EBNF with {...}, [...], (...), +...
    - php mix-in code possible
    Will be called at the respective points of the parse tree and has
    access to
    certain parts of the parsing process(-structures)

    As a matter of fact, LEX/YACC uses LALR(1) and is stronger, but this
    project enables simple php integration

    Best regards
  • seaside

    #2
    Re: How about a php5 parser-generator

    On 9 Jan., 20:46, seaside <seaside...@mac .comwrote:
    Hi,
    >
    I'll probably release a php5-based LL(1) parser generator - if there
    is general interest. Please post a comment, in case...
    OK, few interest. In this case: Does anybody know of related
    solutions, which are pure PHP5?

    Comment

    Working...