summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2-wip-stmtexprs/funcs.hpp
blob: 6af6ce11eb3d842b041dc2cd8add8e4f3d9a8388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "common.hpp"
#include "../level-1/ref.hpp"

namespace intellect {
namespace level2 {

statementref commaop(ref self, ref other);
statementref assignop(ref self, ref other);
ref subop(ref self, ref other);

}
}