marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Implement single definition rule #139

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Assembler should complain if two functions with the same name are present in a compilation unit, and refuse to produce output instead of silently accepting only first occurrence of the name.

marekjm commented 8 years ago

Closed by 3aa1ff0b34104bac75237bcda48979aba6b80b26.