mildew.stdlib

Modules

console
module mildew.stdlib.console

This module implements functions for the "console" namespace in the scripting language. See https://pillager86.github.io/dmildew/console.html for more details.

date
module mildew.stdlib.date

Bindings for the script Date class. This module contains both the D class definition and the script bindings. See https://pillager86.github.io/dmildew/Date.html for more details.

generator
module mildew.stdlib.generator

This module implements Generators for the Mildew scripting language. See https://pillager86.github.io/dmildew/Generator.html for more details.

global
module mildew.stdlib.global

This module implements script functions that are stored in the global namespace. See https://pillager86.github.io/dmildew/global.html for more information.

map
module mildew.stdlib.map

This module implements the Mildew Map class, which allows all Mildew types to serve as a key in a hash map. See https://pillager86.github.io/dmildew/Map.html for usage.

math
module mildew.stdlib.math

This module implements functions for the "Math" namespace in the scripting language. See https://pillager86.github.io/dmildew/Math.html

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

This module implements functions in the System namespace. See https://pillager86.github.io/dmildew/System.html