Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
47
pub struct LexError {
48
pub kind: LexErrorKind,
49
pub span: Span,
50
}
Callers
3
skip_ws
Method · 0.45
skip_until_newline
Method · 0.45
next_token
Method · 0.45
Calls
1
peek
Method · 0.80
Tested by
no test coverage detected