Closed Faouzi1406 closed 1 year ago
Added function to find an Instruction Value based on its name. I thought it was useful for finding instruction values within blocks based on their name. If for example you create a variable, you could use this function to then find it.
https://github.com/TheDan64/inkwell/issues/415
Tested it within my project to retrieve created variables. Also added doc tests.
Also, adding a test would be much appreciated
Hey, is there anything I should change/update?
Description
Added function to find an Instruction Value based on its name. I thought it was useful for finding instruction values within blocks based on their name. If for example you create a variable, you could use this function to then find it.
Related Issue
https://github.com/TheDan64/inkwell/issues/415
How This Has Been Tested
Tested it within my project to retrieve created variables. Also added doc tests.
Checklist