blob: 16d2e14bea10d6e1e76a0ea7f1607a29042df760 (
plain)
1
2
3
4
5
6
7
8
9
10
|
How to use phply?
-----------------
For the lexer test execute in a shell:
$ phplex /path/to/file_name.php
For the parser test execute in a shell:
$ phpparse /path/to/file_name.php
|