Created base for type section parsing
parent
bc9beb0317
commit
5c2a7aeb07
@ -0,0 +1,8 @@
|
||||
package parser
|
||||
|
||||
func (parser *ParsingOperation) parseTypeSection () (
|
||||
section *TypeSection,
|
||||
err error,
|
||||
) {
|
||||
return
|
||||
}
|
Reference in New Issue