Documentation
¶
Index ¶
Constants ¶
View Source
const ( T2Colon = 57378 T2Comma = 57376 T3Comma = 57377 TAnd = 57346 TBreak = 57347 TCompound = 57382 TContinue = 57348 TDo = 57349 TElse = 57350 TElseIf = 57351 TEnd = 57352 TEqeq = 57369 TFalse = 57353 TFloorDiv = 57373 TFor = 57354 TFunction = 57355 TGoto = 57368 TGte = 57372 TIdent = 57379 TIf = 57356 TIn = 57357 TLocal = 57358 TLshift = 57375 TLte = 57371 TNeq = 57370 TNil = 57359 TNot = 57360 TNumber = 57380 TOr = 57361 TRepeat = 57363 TReturn = 57362 TRshift = 57374 TString = 57381 TThen = 57364 TTrue = 57365 TUntil = 57366 TWhile = 57367 UNARY = 57383 )
View Source
const EOF = -1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lexer ¶
Click to show internal directories.
Click to hide internal directories.