added grammar files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
pub enum Literal {
|
||||
Int(i64),
|
||||
Float(f64),
|
||||
Bool(bool),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user