Documentation ¶
Index ¶
- Constants
- type Pascal
- func (Pascal) Compile(ctx context.Context, s sandbox.Sandbox, f sandbox.File, stderr io.Writer, ...) (*sandbox.File, error)
- func (Pascal) DefaultFilename() string
- func (Pascal) DisplayName() string
- func (Pascal) ID() string
- func (Pascal) Run(ctx context.Context, s sandbox.Sandbox, binary sandbox.File, stdin io.Reader, ...) (*sandbox.Status, error)
- func (p Pascal) Test(t *testing.T, s sandbox.Sandbox) error
Constants ¶
View Source
const TestCodeHelloWorld = `begin
writeln('Hello world');
end.
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pascal ¶
type Pascal struct{}
func (Pascal) DefaultFilename ¶
func (Pascal) DisplayName ¶
Click to show internal directories.
Click to hide internal directories.