Documentation ¶
Overview ¶
Analyze C++ code and create JSON for wandbox API.
Index ¶
- func Expand(files []string, src string, re string) (string, map[string]string)
- func ExpandAll(files []string, re string) map[string]string
- func ExpandGo(t string) (string, map[string]string)
- func ExpandInclude(file string, re string) (string, map[string]string)
- func ExpandIncludeMulti(files PathSlice, re string) (string, []string, map[string]string)
- func ExpandMulti(files []string, src string, sub []string, re string) (string, map[string]string)
- func ExpandRuby(files []string, src string, re string) (string, map[string]string)
- func ExpandRubyRequire(file string, re string) (string, map[string]string)
- func GOPATH() (*regexp.Regexp, *regexp.Regexp)
- func ReadDirEx(match string) ([]os.FileInfo, error)
- func ReadFileEx(match, name string) ([]byte, error)
- type PathSlice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandInclude ¶
ExpandInclude : Expand only included files(for one file compilation)
func ExpandIncludeMulti ¶
ExpandIncludeMulti : Expand all files(for muliple file compilation)
func ExpandMulti ¶
func ExpandRuby ¶
func ReadFileEx ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.