Open felixangell opened 6 years ago
modules can now be accessed using the colon operator,
maths::Add(a, b)
for example. the IR needs to be built for this, as well as general symbol access e.g. for a constant:
maths::PI
modules can now be accessed using the colon operator,
for example. the IR needs to be built for this, as well as general symbol access e.g. for a constant: