Translations:Development/KDevelop-PG-Qt Introduction/32/en: Difference between revisions
Appearance
Importing a new version from external source |
(No difference)
|
Latest revision as of 09:54, 10 February 2019
KDevelop-PG-Qt can generate lexers being well integrated into its architecture (you do not have to create a token-stream-class invoking lex or something like that). See examples/foolisp in the code for a simplistic example, there is also an incomplete PHP-Lexer for demonstration purposes.