Documentation
¶
Index ¶
- func BuildCallgraph(inputfile string) map[string]*FuncInfo
- func Callgraph(inputfile string)
- func FormatArray(src, pattern string)
- func Formuala(inputfile, formula string) string
- func Formulae(inputfile, formulae string) string
- func PrintAst(src string)
- func RersInput(inputfile string) string
- func RewriteBlackbox(inputfile string, funs []string, outputdir string) (string, string)
- func RewriteRecursion(inputfile string, unroll_level int) (string, bool)
- type FuncInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildCallgraph ¶
func FormatArray ¶
func FormatArray(src, pattern string)
func RewriteBlackbox ¶
FIXME this function is very "naive": it only removes function from the orignal file to put them (visibility public) in the Blackbox file Nonetheles problem can occur when a blackbox function call a non blackbox one
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.