jkotlinski / durexforth

Modern C64 Forth
Other
233 stars 28 forks source link

Fix #309 by updating dump-labels to use dowords #313

Closed rhalkyard closed 3 years ago

rhalkyard commented 3 years ago

Fixes #309. Also fixes a dowords bug that caused the lambda to be called on the invalid nametoken at the end of the dictionary.

rhalkyard commented 3 years ago

@burnsauce, as the official split-dictionary wizard, would you mind looking at my dowords changes? The original behavior looked like a bug to me, but if there's a reason it needs to work that way, I can add a check to my code instead.

jkotlinski commented 3 years ago

Awesome! Thank you for the contribution!