Translations:Development/KDevelop-PG-Qt Introduction/35/en

From KDE TechBase

With the existing examples, it shouldn't be too hard to write such a lexer. Between most languages, especially those "inheriting" C, there are many common syntactic elements. Especially comments and literals can be handled just the same way over and over again. Adding a simple token is trivial: