Documentation
¶
Index ¶
- func HaveMacroBeforeCompile(str string) bool
- func IsMacro(str string) bool
- type Macro
- func (m *Macro) GetDefine(define string) string
- func (m *Macro) IsDefineMacro(str string) bool
- func (m *Macro) ParserDefineMacro(str string) (retVal string)
- func (m *Macro) ParserMacro(str string) (retVal string)
- func (m *Macro) SetDefineContext(str []string)
- func (m *Macro) SetMacroSplit(split string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HaveMacroBeforeCompile ¶
Types ¶
type Macro ¶
type Macro struct {
// contains filtered or unexported fields
}
func (*Macro) IsDefineMacro ¶
func (*Macro) ParserDefineMacro ¶
func (*Macro) ParserMacro ¶
func (*Macro) SetDefineContext ¶
func (*Macro) SetMacroSplit ¶
Click to show internal directories.
Click to hide internal directories.