49 static bool isReservedKeyword (
const String& token)
noexcept;
63 tokenType_punctuation,
64 tokenType_preprocessor
A simple lexical analyser for syntax colouring of C++ code.
TokenType
The token values returned by this tokeniser.
Iterates the text in a CodeDocument.
A base class for tokenising code so that the syntax can be displayed in a code editor.
#define JUCE_LEAK_DETECTOR(OwnerClass)
This macro lets you embed a leak-detecting object inside a class.
Defines a syntax highlighting colour scheme.