goncurrency analysis framework
1.0.0
The basic tool consists of a runnable code editor (for use with playground package). Designed for 2-stage transformation of Go code to an intermediate format, then analysis with an external tool.
A webservice handler is defined in webservice/webservice.go, defined as name
and an init function. InitFunc sets up the HTTP handler path (using the
default http.HandleFunc).
type Handler struct {
Name string
InitFunc func()
}
HTTP handlers can be loaded selectively by flags in the executable. By default, only Godel is loaded.
Event handlers are set up in static/script.js as ajax calls, responses should
be encoded as JSON object.
{ 'MiGo': migo_output, 'time': execution_time, 'Error': error }{ 'CFSM': cfsm_output, 'time': execution_time, 'Error': error }{ 'Gong': gong_output, 'time': execution_time, 'Error': error }{ 'Godel': godel_output, 'time': execution_time, 'Error': error }