nand-nor / dedelf

Deep elf EDitor
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Make Symbol / Symbol Table a trait rather than distinct implementations for dynamic and non-dynamic #8

Open nand-nor opened 4 years ago

nand-nor commented 4 years ago

Should make symbol / symbol table a trait so that it can be implemented for dynamic symbols and non-dynamic symbols. Right now there are two very similar implementations and struct names for effectively the same thing, which "works" but could definitely be improved. Marking as enhancement although this may later change to a requirement, depending on what kind of symbol modifications will be supported at some later point.