diff --git a/todo b/todo new file mode 100644 index 0000000..b1378c3 --- /dev/null +++ b/todo @@ -0,0 +1,7 @@ +- [ ] Add proper error handling +- [ ] Implement bitwise operators +- [ ] Implement modulo operator +- [ ] Add break statement +- [ ] Implement print as a function instead of a statement +- [ ] Implement multi-line comments +- [ ] Implement ternary operators \ No newline at end of file