ParserConstants

object ParserConstants

Defines some constants to be used during syntax analysis

Properties

Link copied to clipboard
const val KW_FALSE: String

The identifier value which should represent the boolean value false

Link copied to clipboard
const val KW_TRUE: String

The identifier value which should represent the boolean value true

Link copied to clipboard
const val TYPE_BOOLEAN: String

the identifier value which should represent the type BooleanType

Link copied to clipboard
const val TYPE_NUMBER: String

The identifier value which should represent the type NumberType

Link copied to clipboard
const val TYPE_STRING: String

The identifier value which should represent the type StringType

Link copied to clipboard
const val TYPE_VOID: String

THe identifier value which should represent the type VoidType