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"
)
Compiler directives.
IsTop
jule
fn IsTop(directive: str): bool
Reports whether directive is top-directive.