Add more types
This commit is contained in:
parent
ce525ccce1
commit
f42aec4132
5 changed files with 44 additions and 49 deletions
4
src/builtin.rs
Normal file
4
src/builtin.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub enum Builtin {
|
||||
Print,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue