Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
creating:operators [2025/05/21 19:45] – Slightly changed title ahelwer | creating:operators [2025/05/21 20:16] (current) – Added missing class imports in Interpreter ahelwer | ||
---|---|---|---|
Line 101: | Line 101: | ||
In [[https:// | In [[https:// | ||
+ | First, add some imports to the top of '' | ||
+ | <code java [highlight_lines_extra=" | ||
+ | import java.util.Set; | ||
+ | import java.util.HashSet; | ||
+ | import java.util.ArrayList; | ||
+ | import java.util.List; | ||
+ | import java.util.Map; | ||
+ | import java.util.HashMap; | ||
+ | import java.io.PrintStream; | ||
+ | </ | ||
- | First let's implement | + | Implement |
<code java> | <code java> | ||
@Override | @Override |