Skip to content

std/jule

Index

Variables

Variables

jule
const Version = `...`

Version of package and sub-packages. This version represents also JuleC version.


jule
const Ext = `.jule`

Extension (includes dot) of Jule source code files.


jule
const EntryPoint = "main"

Identifier of entry point function.


jule
const InitFunc = "init"

Identifier of initializer function.


jule
const ModuleFile = "jule.mod"

Filename of module file.


jule
const ImportPathSep = "/"

Separator of import paths.