end of practical3 (no bonus)

This commit is contained in:
simonkellet
2022-09-27 10:23:16 +01:00
parent 4341d02572
commit e1268aae42
5 changed files with 12 additions and 1 deletions
@@ -42,5 +42,8 @@ public final class StdEnvironment {
public static ProcDeclaration getDecl, putDecl, getintDecl, putintDecl, geteolDecl, puteolDecl;
public static FuncDeclaration chrDecl, ordDecl, eolDecl, eofDecl;
//keep the bar separate for practical 3 (week 3) work!
public static UnaryOperatorDeclaration barDecl;
}