Skip to content

Commit 34e6a2d

Browse files
author
Deren Vural
committed
added todos for functions
Signed-off-by: Deren Vural <[email protected]>
1 parent ef014cf commit 34e6a2d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/processor/mod.rs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,20 @@ impl Processor {
4040
("tail_call", &tail_call)
4141
]).expect("Failed to create `Processor`.")
4242
}
43+
44+
pub fn parse() {
45+
todo!()
46+
}
47+
48+
pub fn process(self) {
49+
todo!()
50+
}
51+
52+
pub fn add_property(self) {
53+
todo!()
54+
}
55+
56+
pub fn get_name(self) -> String {
57+
self.name
58+
}
4359
}

0 commit comments

Comments
 (0)