mirror of
https://github.com/Noratrieb/lambda-calculus.git
synced 2026-01-14 15:25:05 +01:00
something
This commit is contained in:
parent
f42a8d3da1
commit
29b0d35a62
1 changed files with 2 additions and 2 deletions
|
|
@ -81,13 +81,13 @@ mod parser {
|
|||
})
|
||||
.labelled("abstraction");
|
||||
|
||||
abstraction
|
||||
abstraction.then_ignore(end())
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
pub fn run(input: &str) {
|
||||
let mut lexer = lexer::Token::lexer(input);
|
||||
let lexer = lexer::Token::lexer(input);
|
||||
let length = lexer.source().len();
|
||||
|
||||
match parser::expr_parser().parse(Stream::from_iter(length..length + 1, lexer.spanned())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue