add pratt parser
This commit is contained in:
parent
a4eed5214e
commit
c70c5fab4d
3 changed files with 155 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
pub enum Token {
|
||||
Number(i64),
|
||||
Ident(String),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue