lib: add placebo `standard` to enable the bootstrap.
authorJean Privat <jean@pryen.org>
Wed, 26 Aug 2015 18:58:04 +0000 (14:58 -0400)
committerJean Privat <jean@pryen.org>
Thu, 27 Aug 2015 01:58:39 +0000 (21:58 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

lib/standard.nit [new file with mode: 0644]

diff --git a/lib/standard.nit b/lib/standard.nit
new file mode 100644 (file)
index 0000000..1ff8288
--- /dev/null
@@ -0,0 +1,18 @@
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# This file is free software, which comes along with NIT.  This software is
+# distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
+# without  even  the implied warranty of  MERCHANTABILITY or  FITNESS FOR A
+# PARTICULAR PURPOSE.  You can modify it is you want,  provided this header
+# is kept unaltered, and a notification of the changes is added.
+# You  are  allowed  to  redistribute it and sell it, alone or is a part of
+# another product.
+
+# Old module implicitly imported by the old compiler.
+# Now it just import `core`
+module standard is
+       # Use `core` instead of `standard`.
+       deprecated
+end
+
+import core