Add more types

This commit is contained in:
Joscha 2021-09-27 22:06:35 +02:00
parent ce525ccce1
commit f42aec4132
5 changed files with 44 additions and 49 deletions

4
src/builtin.rs Normal file
View file

@ -0,0 +1,4 @@
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum Builtin {
Print,
}