Skip to content
forked from wez/lemon-php

A PHP parser generator, based on the lemon parser generator tool. lemon-php requires a C compiler to build, and this will generate pure-PHP parsers.

License

Notifications You must be signed in to change notification settings

davekok/lemon-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lemon Parser Generator

(for licensing and copyright information, see COPYING)

This is an adaptation of lemon that optionally emits PHP code to implement a parser for the grammar described in a .y file.

You can find out more about the lemon syntax from: http://www.hwaci.com/sw/lemon/lemon.html

About

A PHP parser generator, based on the lemon parser generator tool. lemon-php requires a C compiler to build, and this will generate pure-PHP parsers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.5%
  • Yacc 12.4%
  • PHP 9.9%
  • Dockerfile 0.2%