mildew.stdlib

Modules

console
module mildew.stdlib.console

This module implements functions for the "console" namespace in the scripting language.

date
module mildew.stdlib.date

Bindings for the script Date class. This module contains both the D class definition and the script bindings.

generator
module mildew.stdlib.generator

This module implements Generators for the Mildew scripting language.

global
module mildew.stdlib.global

This module implements script functions that are stored in the global namespace such as parseInt and isdefined.

math
module mildew.stdlib.math

This module implements functions for the "Math" namespace in the scripting language

regexp
module mildew.stdlib.regexp
Undocumented in source.
system
module mildew.stdlib.system

This module implements functions in the System namespace such as currentTimeMillis and getenv.