Skip to main content

Lazy programmer's own language

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lalang-0.0.1.tar.gz (239.6 kB view hashes)

Uploaded Source

Built Distribution

lalang-0.0.1-py3-none-any.whl (323.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page