PHP Grammar
Moderator: General Moderators
-
SidewinderX
- Forum Contributor
- Posts: 407
- Joined: Fri Jul 16, 2004 9:04 pm
- Location: NY
PHP Grammar
Is there a defined (EBNF) grammar for PHP? Can't seem to find one.
Re: PHP Grammar
http://www.icosaedro.it/articoli/php-syntax.html
If you don't speak Italian, run it through Google Translate.
Edit: This post was recovered from search engine cache.
If you don't speak Italian, run it through Google Translate.
Edit: This post was recovered from search engine cache.
Last edited by McInfo on Wed Jun 16, 2010 2:03 pm, edited 1 time in total.
- prometheuzz
- Forum Regular
- Posts: 779
- Joined: Fri Apr 04, 2008 5:51 am
Re: PHP Grammar
Note that although there is an ISO for EBNF notation somewhere, there are many variations. That said, this: http://www.phpcompiler.org/doc/latest/g ... ct-grammar looks like EBNF-ish to me...