bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Disassembly does not properly label destructors #35

Open bobjervis opened 7 years ago

bobjervis commented 7 years ago

A call to a destructor, say a string destructor is labeled:

text.string.string

It should be

text.string.~string

The machine addresses are correct, however.