nim

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compile

func Compile(workDir string, env []string, args []string) ([]byte, []byte, error)

Compile - Nim compiler command

func Version

func Version() (string, error)

Version - Get nim version output

Types

type Project

type Project struct {
	OutputFile string     `json:"outputFile"`
	Compile    [][]string `json:"compile"`
	Link       []string   `json:"link"`
	LinkCmd    string     `json:"linkcmd"`
	ExtraCmds  []string   `json:"extraCmds"`
	StdinInput bool       `json:"stdinInput"`
}

Project - Nim Project JSON

Jump to

Keyboard shortcuts

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