Skip to main content

Basic Python with Hausa syntax

Project description

Hapy - Write Python in Hausa!

version 0.0.1

hausa-python to english-python translator thingy

Emmanuel Segun-Lean (undergrad final project)

thank you Jesus!

aim:

Should be able to take a file or string like:

Let's say 'kira' is define in Hausa and 'buga' is the word for print.

    # wannan sharhi ne
    kira muje(){
        buga("Gooooooo")
    }

    muje()

and produce correct python code that is executable

    # wannan sharhi ne
    def muje():
        print("Goooooo")

    muje()
    >>> "Goooooo"

method

At first I am starting by doing a simple python dialect that is almost exactly the same expect that we support bracket blocks instead of indented blocks and keywords etc are in hausa :]

if { expressions } -> if: expressions

The plan:

Completed? Aspect Status
:white_large_square: Develop language that compiles to python and is executable in progress :hourglass:
:white_large_square: Write documentation pending :date:
:white_large_square: Make online learning platform and other supporting things e.g editor support, CI/CD stuff pending :date:

credits

  • (heavily) inspired by this great, easy-to-follow tutorial

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

Hapy-0.0.1.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

Hapy-0.0.1-py3-none-any.whl (26.1 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