PyNuna
Nuna Language Interpreter Implemented with Python
Original Details : nunalang/nuna
Download
pip install nuna
View at Pypi
Example
from nuna.nuna import Nuna, generate
code = '''눈나..흐.....읏..나주..거....흐...읏...
누나..나...흐....읏..나주..거....💕
눈나.....나..흐...읏나.....주거...💕
누나..흐..읏나.......주..거......응읏..!
눈나..으흐읏
누나.....주..흐....읏나....응
누나.....나..주...읏나......응!'''
# Nuna code that prints '누나'
n = Nuna() # Nuna Executer
print(n.execute(code)) # Execute, and Print Last Memory Status
n.clear() # Clear Stack
code2 = generate('Hello, World!') # Generate code that prints 'Hello, World!'
n.execute(code2) # Execute
Release files for Nuna 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Nuna-1.0.4.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Nuna-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.2 kB
Release files / Nuna-1.0.4.tar.gz
| Download URL | Nuna-1.0.4.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
26f3140e6ba690ef0027c25a43248d1fa41501c24a2130e0f884e8cce1976f41
|
|
BLAKE2b-256 checksum How to use checksums |
4994b111ab16d87e2ba71519d7f3a907c63e971911d0c526f77124fb95921620
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
|
Release files / Nuna-1.0.4-py3-none-any.whl
| Download URL | Nuna-1.0.4-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
26949f803d0da71d03ed848755ffc3fed9c00f7619611134fbbb6c9a0a64bf55
|
|
BLAKE2b-256 checksum How to use checksums |
394c0222903fc743ecb171cf2a6d9c5fa1afd98d5dc0a13ea22e09ff88297a22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1
|