do: Elaborate on pattern syntax, add binary as operator
This commit is contained in:
@@ -32,7 +32,6 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
Ok(Response::Deny)
|
||||
}
|
||||
_ => {
|
||||
lex(line);
|
||||
parse(line);
|
||||
Ok(Response::Accept)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user