option-type #23

Merged
sashakoshka merged 11 commits from option-type into main 2025-10-15 21:01:54 -06:00
Showing only changes of commit 6b7dfce2f3 - Show all commits

View File

@@ -95,9 +95,10 @@ func (typ TypeTableDefined) String() string {
}
type Field struct {
Name string
Doc string
Type Type
Name string
Doc string
Type Type
Option bool
}
func (field Field) String() string {