forked from cerc-io/plugeth
comments
This commit is contained in:
parent
d811920d8b
commit
c5729d7ecc
@ -106,6 +106,7 @@ func Disassemble(script []byte) (asm []string) {
|
||||
}
|
||||
|
||||
func PreProcess(data string) (mainInput, initInput string) {
|
||||
// Regexp for parsing anything between brackets
|
||||
reg := "\\(\\)\\s*{([\\d\\w\\W\\n\\s]+?)}"
|
||||
mainReg := regexp.MustCompile("main" + reg)
|
||||
initReg := regexp.MustCompile("init" + reg)
|
||||
|
Loading…
Reference in New Issue
Block a user