https://github.com/kde/kdevelop-pg-qt
KDevelop Parser Generator, used in the PHP language plugin and others
https://github.com/kde/kdevelop-pg-qt
Last synced: about 2 months ago
JSON representation
KDevelop Parser Generator, used in the PHP language plugin and others
- Host: GitHub
- URL: https://github.com/kde/kdevelop-pg-qt
- Owner: KDE
- Created: 2015-09-18T13:38:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T00:06:30.000Z (about 2 months ago)
- Last Synced: 2025-04-19T09:56:07.993Z (about 2 months ago)
- Language: C++
- Homepage: https://invent.kde.org/kdevelop/kdevelop-pg-qt
- Size: 3.47 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSES/BSD-3-Clause.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
KDevelop-PG-Qt
KDevelop-PG-Qt is a parser generator written in readable source-code and generating readable source-code. Its syntax was inspirated by AntLR. It implements the visitor-pattern and uses the Qt library. That is why it is ideal to be used in Qt-/KDE-based applications like KDevelop.
Authors:
See AUTHORS.Documentation:
You can find an introduction at KDE-Techbase:
http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction (English)
http://techbase.kde.org/Development/KDevelop-PG-Qt_Introduction_(de) (German)HACKING:
See for basic information
about KDevelop-PG-Qt-Development and ideas for future you could implement.Questions?
irc://irc.libera.chat/#kdevelop
[email protected]