feat(go): attributes can now be quoted, symbols can now optionally include a data type (type=void*)

This commit is contained in:
phaneron 2024-08-05 04:23:13 -04:00
parent 407d29a263
commit de5bdadc78
4 changed files with 91 additions and 12 deletions

View file

@ -31,6 +31,9 @@ type Entry struct {
// Attributes
// end=AABBCCEEDD
EndAddress uint64
// type=void*
// The C syntax type of the data
DataType string
}
type Table interface {