Skip to content

std/jule/directive

Index

Variables
fn IsTop(directive: str): bool

Variables

jule
const (
	Cdef      = "cdef"
	Typedef   = "typedef"
	Pass      = "pass"
	Build     = "build"
	Namespace = "namespace"
	Test      = "test"
	Export    = "export"
	Disable   = "disable"
)

Compiler directives.

IsTop

jule
fn IsTop(directive: str): bool

Reports whether directive is top-directive.