forked from seehuhn/wisent
-
Notifications
You must be signed in to change notification settings - Fork 0
a Parser Generator for Python
License
UniGrammar/wisent
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Wisent - a Parser Generator for Python INTRODUCTION ============ Wisent is an LR(1) parser generator for Python: it converts context free grammars into Python code. Wisent comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of Wisent under the terms of the GNU General Public License. For more information about these matters, read the file COPYING of the source code distribution. Please email any suggestions and bug reports to Jochen Voss <[email protected]>. Your message should include the Wisent version number, as obtained by the command 'wisent -V'. The Wisent homepage can be found at http://seehuhn.de/pages/wisent . INSTALLATION ============ Generic installation instructions are in the file "INSTALL". On most systems, the following commands should be sufficient: ./configure make make install Alternatively you can omit the "make install" and run Wisent directly in the build directory. WISENT DOCUMENTATION ==================== The wisent manual can be found in the doc/html/ subdirectory of the source archive or online at http://seehuhn.de/media/manuals/wisent/ .
About
a Parser Generator for Python
Resources
License
Code of conduct
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 81.1%
- JavaScript 18.8%
- Shell 0.1%