jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Need to make the debug version of call use the main version more #88

Open jmeaster30 opened 8 months ago

jmeaster30 commented 8 months ago

It is really easy to make changes to one and forget about the other

It would be nice if changes to the main version also affected the debug version

jmeaster30 commented 8 months ago

Also for every instruction the Debuggable implementation is identical besides the name. I feel like that can be turned into a macro.