felixangell / kpd

an old compiler for Krug written in D - a prototype version
MIT License
44 stars 1 forks source link

ir builder module access stuff #90

Open felixangell opened 6 years ago

felixangell commented 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