#include <juce_LuaCodeTokeniser.h>
The token values returned by this tokeniser.
Enumerator |
---|
tokenType_error |
|
tokenType_comment |
|
tokenType_keyword |
|
tokenType_operator |
|
tokenType_identifier |
|
tokenType_integer |
|
tokenType_float |
|
tokenType_string |
|
tokenType_bracket |
|
tokenType_punctuation |
|
LuaTokeniser::LuaTokeniser |
( |
| ) |
|
LuaTokeniser::~LuaTokeniser |
( |
| ) |
|
Returns a suggested syntax highlighting colour scheme.
Implements CodeTokeniser.
Reads the next token from the source and returns its token type.
This must leave the source pointing to the first character in the next token.
Implements CodeTokeniser.
The documentation for this class was generated from the following files: