all repos — min @ b9cfbf7df45e0d0d1dca67e3749208cefa3d7bf3

A small but practical concatenative programming language.

integrate and load new module
drkameleon yaniszaf@gmail.com
Thu, 21 Jan 2021 13:26:22 +0100
commit

b9cfbf7df45e0d0d1dca67e3749208cefa3d7bf3

parent

9006f0a492ba8f557acd4b9c6864de1735526cf9

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M min.nimmin.nim

@@ -41,6 +41,7 @@ minpkg/lib/min_fs

when not defined(lite) and not defined(mini): import + minpkg/lib/min_binary, minpkg/lib/min_http, minpkg/lib/min_net, minpkg/lib/min_crypto,

@@ -165,6 +166,7 @@ i.fs_module

i.dstore_module i.io_module when not defined(lite) and not defined(mini): + i.min_binary i.crypto_module i.net_module i.math_module