* First pass Z80 register xml file
Hover support for Z80 registers
Remove extraneous semicolons
Short Z80 register descriptions
Initial commit for z80 instructions xml and its generator.
Co-authored-by: gilbertfrancois <>
Checkpoint commit, sketching out z80 data structs
Appease clippy
Chore: Update opcodes (#40)
* Chore: Update opcodes xml files
* Update parser for updated xml files
Cleaning up
More clean up, syncing up with master branch
Simplifying things...
Most z80 features working, need to polish instruction hover support
Hover display tweaks, correct URL escaping, formatting
Z80 documentation now opens at correct section
Initial work on instruction descriptions
Instruction descriptions done
Z80 Signature Help support
Fix logic bug for file word grab
* Cleanup
* feat: demangle on hover
Rename vars in get_hover_resp()
* [MISC] demangling: Add demangling C++ example (#4)
* feat: demangle on hover
Rename vars in get_hover_resp()
* [MISC] demangling: Add demangling C++ example
---------
Co-authored-by: WillLillis <wlillis@umass.edu>
---------
Co-authored-by: Nikos Koukis <nickkouk@gmail.com>