MCPcopy Create free account
hub / github.com/PerroEngine/Perro / peek

Method peek

perro_source/runtime_project/perro_scene/src/lexer.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37}
38
39#[derive(Debug, Clone, PartialEq, Eq)]
40pub enum LexErrorKind {
41 MalformedNumber,
42 UnknownCharacter(char),
43 UnterminatedString,
44}

Callers 3

bumpMethod · 0.80
skip_until_newlineMethod · 0.80
next_tokenMethod · 0.80

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected