grimoire.compiler.lexer

Members

Classes

GrLexer
class GrLexer

The lexer scans the entire file and all the imported files it references.

GrLexerException
class GrLexerException

Lexical error during tokenization

Enums

GrLexemeType
enum GrLexemeType

Kinds of valid token.

Functions

grGetPrettyLexemeType
string grGetPrettyLexemeType(GrLexemeType operator)

Returns a displayable version of a token type.

Structs

GrLexeme
struct GrLexeme

Describe the smallest element found in a source _file.

Meta

License

Zlib

Authors

Enalye