Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
40
pub enum LexErrorKind {
41
MalformedNumber,
42
UnknownCharacter(char),
43
UnterminatedString,
44
}
Callers
3
bump
Method · 0.80
skip_until_newline
Method · 0.80
next_token
Method · 0.80
Calls
1
next
Method · 0.45
Tested by
no test coverage detected