关于Java Parser Generator
您可以随时随地在自己的各种设备上畅享数百万最新的 Android 应用、游戏、音乐、电影、电视节目、图书、杂志等精彩内容。
This software can generate Java recursive descent parser (LL) from source code based on BNF.
Please see help/library/example in MENU key !
1st step(Creating example parser):
(1) Create JpgLib.java and pint.java copied from 'library' in MENU key.
(2) Create PG.java copied from 'help' in MENU key.
(3) Create a SOURCE-FILE copied from 'example' in MENU key.
(4) Generate JAVA-SOURCE from above SOURCE-FILE.
(5) Insert the last line of 'example' in MENU key and above JAVA-SOURCE, into PG.java like described in 'example' in MENU key.
(6) Add above three sources to your project.
(7) Call parser from your project like described in 'help' in MENU key.
* Change URL of package / import statements in above three sources to fit to your project.



