nomsu/core/init.nom
Bruce Hill 0f0fb2256a Major overhaul of how modules and environments work, along with some
steamlining and tweaks to the makefile. Version bump: 6.14.13.8
2019-01-10 16:35:08 -08:00

12 lines
245 B
Plaintext

# Export everything
export "core/metaprogramming"
export "core/operators"
export "core/control_flow"
export "core/errors"
export "core/collections"
export "core/coroutines"
export "core/math"
export "core/id"
export "core/io"
export "core/text"