refu-lang / refu

Refu language
21 stars 4 forks source link

Improve ast node headers #17

Open LefterisJP opened 7 years ago

LefterisJP commented 7 years ago

Some ast headers contain inline functions and need to include ast/ast.h for various reasons. This can be sort of ugly and in addition can create danger of circular dependencies.

Figure out if that can be addressed and the code organized a bit better to avoid it.