Bridge

package
v0.0.0-...-f6b89fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2016 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CompileExec

func CompileExec(cr *CRManager)

Types

type CRManager

type CRManager struct {
	Program        *Code
	TestCaseOutput []TestCaseStatus
	TestInput      []string
	TestOutput     []string
	RawCode        *string
	Isbatch        bool
	// contains filtered or unexported fields
}

type Code

type Code struct {
	Lang              string
	Stderr            string
	Stdout            string
	Stdin             string
	CompilationStatus bool
	RunStatus         bool

	ExecTime float64
	// contains filtered or unexported fields
}

type TestCaseStatus

type TestCaseStatus struct {
	Success  bool
	Comment  string
	ExecTime float64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL