all repos — min @ 2cb51fc988eaca98156fe6f1fc6755a30c8ce074

A small but practical concatenative programming language.

fixed error: `min_binary` not found
drkameleon yaniszaf@gmail.com
Thu, 21 Jan 2021 13:27:10 +0100
commit

2cb51fc988eaca98156fe6f1fc6755a30c8ce074

parent

b9cfbf7df45e0d0d1dca67e3749208cefa3d7bf3

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

jump to
M min.nimmin.nim

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

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