LALANG
A language transpiler for lazy polyglot programmers.
Current status is still buggy (or rather, incomplete)
Some updates have not been applied to current version due to not enough free time.
Usage
language_specifier/lalang_code
For example:
py/the-code-goes-here
Examples
Variable declaration
Create a variable name with value Sarah
go/$name='Sarah'
Output: var name = "Sarah"
Same as above, with type annotation:
Output: var name string = "Sarah"
Similarly for Typescript:
ts/$name='Sarah'
the output will be:
let name: string = "Sarah";
Constant declaration
Control flow
Function
Class
...(more to come)
Release files for lalang 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lalang-0.0.1.tar.gz | 239.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lalang-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 562.9 kB
Release files / lalang-0.0.1.tar.gz
| Download URL | lalang-0.0.1.tar.gz |
|---|---|
| Size | 239.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad9561c5d715af93daf4e4f2ed262caa85fc9b8128b844441a259ae21403f90b
|
|
BLAKE2b-256 checksum How to use checksums |
9b326ba2caa4df84ee140037fdea381786eb39700f862fdc048e9f5e82142dc8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|
Release files / lalang-0.0.1-py3-none-any.whl
| Download URL | lalang-0.0.1-py3-none-any.whl |
|---|---|
| Size | 323.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e38fbf98ef28c806f79a73edcb98af7ab222233c035cddc2627c6b5b4796a38b
|
|
BLAKE2b-256 checksum How to use checksums |
2c06670fbec17b084097ccb616ae3bc23a4dc52b5fe2defe8176ffd8eb440a6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|