c2lang / c2compiler

the c2 programming language
c2lang.org
Apache License 2.0
702 stars 47 forks source link

Fix for #95: check for NULL before printing attributes of module #96

Closed Dandigit closed 5 years ago

Dandigit commented 5 years ago

This PR is a fix for #95.

I've just added a quick NULL check before the attributes of the module are printed in Sema::printAST().