lboasso / oberonc

An Oberon-07 compiler for the JVM
MIT License
147 stars 17 forks source link

create symbol files on a file by file basis #32

Closed itmm closed 9 months ago

itmm commented 9 months ago

newSym is set to TRUE and all modules following are exported with symbol files, even if they don't end in '+'. So I reset the flag, if no '+' is present.

lboasso commented 9 months ago

Thanks for finding and fixing this bug!