Add function expression parsing
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -26,6 +26,10 @@ impl<'t> Lexer<'t> {
|
||||
self.chars().next().is_none()
|
||||
}
|
||||
|
||||
pub fn text(&self) -> &'t str {
|
||||
&self.text
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Character advancement
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user