adam-mcdaniel / oakc

A portable programming language with a compact intermediate representation
Apache License 2.0
725 stars 21 forks source link

Fixed how constants are handled between compilation stages #95

Closed adam-mcdaniel closed 3 years ago

adam-mcdaniel commented 3 years ago

This addresses issue #93 to fix how constants are handled in between compilation stages.

This fixes include guards not working properly when including the same file twice.