From fa6599ee7e108905c43e50daca41c2044e4e2ec8 Mon Sep 17 00:00:00 2001 From: YubinChen Date: Thu, 29 Feb 2024 18:14:38 +0800 Subject: [PATCH] add packages for basic type --- bool/bool.mbt | 0 bool/moon.pkg.json | 1 + bytes/bytes.mbt | 0 bytes/moon.pkg.json | 5 +++++ char/char.mbt | 0 char/moon.pkg.json | 1 + double/double.mbt | 0 double/moon.pkg.json | 1 + int/int.mbt | 0 int/moon.pkg.json | 1 + int64/int64.mbt | 0 int64/moon.pkg.json | 1 + result/moon.pkg.json | 5 +++++ result/result.mbt | 0 string/moon.pkg.json | 1 + string/string.mbt | 0 unit/moon.pkg.json | 1 + unit/unit.mbt | 0 18 files changed, 17 insertions(+) create mode 100644 bool/bool.mbt create mode 100644 bool/moon.pkg.json create mode 100644 bytes/bytes.mbt create mode 100644 bytes/moon.pkg.json create mode 100644 char/char.mbt create mode 100644 char/moon.pkg.json create mode 100644 double/double.mbt create mode 100644 double/moon.pkg.json create mode 100644 int/int.mbt create mode 100644 int/moon.pkg.json create mode 100644 int64/int64.mbt create mode 100644 int64/moon.pkg.json create mode 100644 result/moon.pkg.json create mode 100644 result/result.mbt create mode 100644 string/moon.pkg.json create mode 100644 string/string.mbt create mode 100644 unit/moon.pkg.json create mode 100644 unit/unit.mbt diff --git a/bool/bool.mbt b/bool/bool.mbt new file mode 100644 index 000000000..e69de29bb diff --git a/bool/moon.pkg.json b/bool/moon.pkg.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/bool/moon.pkg.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/bytes/bytes.mbt b/bytes/bytes.mbt new file mode 100644 index 000000000..e69de29bb diff --git a/bytes/moon.pkg.json b/bytes/moon.pkg.json new file mode 100644 index 000000000..461766b4f --- /dev/null +++ b/bytes/moon.pkg.json @@ -0,0 +1,5 @@ +{ + "import": [ + { "path": "moonbitlang/core/assertion", "alias": "assertion" } + ] +} \ No newline at end of file diff --git a/char/char.mbt b/char/char.mbt new file mode 100644 index 000000000..e69de29bb diff --git a/char/moon.pkg.json b/char/moon.pkg.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/char/moon.pkg.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/double/double.mbt b/double/double.mbt new file mode 100644 index 000000000..e69de29bb diff --git a/double/moon.pkg.json b/double/moon.pkg.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/double/moon.pkg.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/int/int.mbt b/int/int.mbt new file mode 100644 index 000000000..e69de29bb diff --git a/int/moon.pkg.json b/int/moon.pkg.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/int/moon.pkg.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/int64/int64.mbt b/int64/int64.mbt new file mode 100644 index 000000000..e69de29bb diff --git a/int64/moon.pkg.json b/int64/moon.pkg.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/int64/moon.pkg.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/result/moon.pkg.json b/result/moon.pkg.json new file mode 100644 index 000000000..461766b4f --- /dev/null +++ b/result/moon.pkg.json @@ -0,0 +1,5 @@ +{ + "import": [ + { "path": "moonbitlang/core/assertion", "alias": "assertion" } + ] +} \ No newline at end of file diff --git a/result/result.mbt b/result/result.mbt new file mode 100644 index 000000000..e69de29bb diff --git a/string/moon.pkg.json b/string/moon.pkg.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/string/moon.pkg.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/string/string.mbt b/string/string.mbt new file mode 100644 index 000000000..e69de29bb diff --git a/unit/moon.pkg.json b/unit/moon.pkg.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/unit/moon.pkg.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/unit/unit.mbt b/unit/unit.mbt new file mode 100644 index 000000000..e69de29bb