NexusV1 Language Interpreter for .nx script files
Project description
Nexus
Data Type
int, float, str, bool
Variable Declaration
Empty Variable
var a
var b
Empty Typed Variable
var a str
var b int
var c float
var d bool
Variable with Value
var a = "John"
var b = 12
var c = 3.14
var d = True
Typed Variable with Value
var a str = "John"
var b int = 12
var c float = 3.14
var d bool = True
Output Declaration
say("Hello World")
Printing a Variable
var greet = "Hello World"
say(greet)
Printing String with Variable
var a = "World"
say("Hello, " + a)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nexus_v1-0.1.0.tar.gz
(16.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nexus_v1-0.1.0-py3-none-any.whl
(19.0 kB
view details)
File details
Details for the file nexus_v1-0.1.0.tar.gz.
File metadata
- Download URL: nexus_v1-0.1.0.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
875f18509f6f0ba53eaf095cc92fc5b13f67044df05af0e26276977883806d93
|
|
| MD5 |
efdd68961d252b5e7a5ecc9f6f06e477
|
|
| BLAKE2b-256 |
edd4744ddb5d2f7b2dc6d71067e14090b85ebddd07442a84a96c26ccc9f9f185
|
File details
Details for the file nexus_v1-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nexus_v1-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55a6178f46f828ff63c15b738ae4f76a56fbec68a7e286ed5bf9d55e3578c9c3
|
|
| MD5 |
cde9cea20c243958f46a0d0efd9c7a42
|
|
| BLAKE2b-256 |
dbed64c30d94156f11ecb1b318f031438906a029fc012b06233072bfa1360368
|