mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Update grader
This commit is contained in:
@@ -580,6 +580,14 @@ peg::parser! {
|
||||
suffix,
|
||||
}
|
||||
}
|
||||
/
|
||||
"0" suffix:ast_integer_suffix() {
|
||||
ast::Integer {
|
||||
base: ast::IntegerBase::Decimal,
|
||||
number: Box::from("0"),
|
||||
suffix,
|
||||
}
|
||||
}
|
||||
/
|
||||
"<ast_integer>" {
|
||||
todo!()
|
||||
|
||||
Reference in New Issue
Block a user