feat(#3247): added +rt node meta

This commit is contained in:
maxonfjvipon 2024-07-03 16:49:07 +03:00
parent d02aa228dd
commit d9287875ae
No known key found for this signature in database
GPG Key ID: D8563899D473D273
25 changed files with 26 additions and 1 deletions

View File

@ -66,7 +66,8 @@ release:
git commit -am "XMIR XSD ${tag}"
rm -rf objectionary
cp -R /tmp/objectionary .
find objectionary -name '*.eo' | xargs sed -i "s/0\.0\.0/${tag}/g"
find objectionary -name '*.eo' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"
find objectionary -name '*.eo' | xargs sed -i "s/version 0\.0\.0/version ${tag}/g"
git add objectionary
find objectionary -name '*.eo' > objectionary.lst
git add objectionary.lst

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Turns an object into a phi-term printable to console.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The object encapsulates a chain of bytes, adding a few

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# This object is doing exactly the same as `memory`, but allows

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Compile Time Instruction (CTI).

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The object dataizes `target`, makes new instance of `bytes` from given data and behaves as result

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# This object must be used in order to terminate the program

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The object is a FALSE boolean state.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The `float` object is an abstraction of a 64-bit floating-point number that

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Non-conditional forward and backward jumps.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The `int` object is an abstraction of a 64-bit signed integer that

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang.io
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The `stdin` object reads the console.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang.io
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The `stdout` object, when it's being dataized, dataizes its only

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The `malloc` object is an abstraction of a storage of data in heap

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Not a number.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Negative infinity.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Positive infinity.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Rust insert.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The object, when being dataized, dataizes all provided

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The `string` object is an abstraction of a text string, which

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The object allows to choose right options according to cases conditions.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The object is a TRUE boolean state.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Try, catch and finally. This object helps catch errors created by the

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# Tuple.

View File

@ -24,6 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.0.0
+rt node eo2js-runtime:0.0.0
+version 0.0.0
# The `while` object is very similar to a loop with a pre-condition.