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

Method bump

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

Source from the content-addressed store, hash-verified

41 MalformedNumber,
42 UnknownCharacter(char),
43 UnterminatedString,
44}
45
46#[derive(Debug, Clone, PartialEq, Eq)]
47pub struct LexError {
48 pub kind: LexErrorKind,
49 pub span: Span,
50}

Callers 3

skip_wsMethod · 0.45
skip_until_newlineMethod · 0.45
next_tokenMethod · 0.45

Calls 1

peekMethod · 0.80

Tested by

no test coverage detected