lang

package
v0.0.0-...-d755bfa Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Code

type Code struct {
	Filepath string
	Inner    string
	Context  *cli.Context
	OLevel   int

	DebugFiles    map[string]string
	IsDebugging   bool
	CompileTarget string
	// contains filtered or unexported fields
}

func NewBfCode

func NewBfCode(c *cli.Context, filepath string) Code

func (*Code) AddDebugFile

func (c *Code) AddDebugFile(filename string, content string)

func (*Code) GetClassName

func (c *Code) GetClassName() string

func (*Code) UseJS

func (c *Code) UseJS()

func (*Code) UseJVM

func (c *Code) UseJVM()

func (*Code) UsingJS

func (c *Code) UsingJS() bool

func (*Code) UsingJVM

func (c *Code) UsingJVM() bool

func (*Code) VerboseOut

func (c *Code) VerboseOut(s ...interface{})

func (*Code) WriteDebugFiles

func (c *Code) WriteDebugFiles(basepath string)

Jump to

Keyboard shortcuts

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