Skip to main content

Lua programming language written in Python

Project description

mehtap

Lua 5.4 programming language implementation in Pure Python

Latest version on PyPI Supported Python versions

Codacy Grade Badge Codacy Coverage Badge checks/master docs

Status

mehtap is in an early alpha stage. Since there is active development, API changes may happen without any special notice. Please pin your dependencies using a specific commit hash.

Installation

mehtap is supported on Python 3.10+. First, make sure you have a Python environment set up.

# in the shell
poetry add mehtap      # if using python-poetry.org
pipenv install mehtap  # if using pipenv.pypa.io
pip install mehtap     # straight pip.pypa.io

What does mehtap have?

  • Everything in the Lua 5.4 grammar is supported.

  • There are utility functions to convert values from Python to Lua and from Lua to Python.

  • Most of the standard library is supported. (100% support is planned.)

    Basic Functions (25/25)
    • assert()
    • collectgarbage() — Does nothing.
    • dofile()
    • error()
    • _G
    • getmetatable()
    • ipairs()
    • load() — No binary chunks, no upvalues and no _ENV.
    • loadfile() — see load().
    • next()
    • pairs()
    • pcall()
    • print()
    • rawequal()
    • rawget()
    • rawlen()
    • rawset()
    • select()
    • setmetatable()
    • tonumber()
    • tostring()
    • type()
    • _VERSION
    • warn()
    • xpcall()
    Input and Output Facilities (17/18)
    • io.close()
    • io.flush()
    • io.input()
    • io.lines()
    • io.open()
    • io.output()
    • io.popen()
    • io.read()
    • io.tmpfile()
    • io.type()
    • io.write()
    • file:close()
    • file:flush()
    • file:lines()
    • file:read()
    • file:seek()
    • file:setvbuf() — Does nothing.
    • file:write()
    Operating System Facilities (8/11)
    • os.clock()
    • os.date()
    • os.difftime()
    • os.execute()
    • os.exit()
    • os.getenv()
    • os.remove()
    • os.rename()
    • os.setlocale()
    • os.time()
    • os.tmpname()

What's the catch?

There are some differences with the specification of the reference manual. They are:

  • garbage collection,
  • frame scope.

For the most part, behaviour differences with the reference implementation are only allowed if the reference manual does not specify the behaviour. For example, the exact formatting of error messages is not specified in the reference manual, so it is allowed to be different.

Also, since this is a Python implementation, it is SLOW.

Acknowledgements

I want to hereby thank the following people for their (uninformed) contributions to the project:
(If you are reading this, hello! 👋)


Copyright (c) 2024 Emre Özcan

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

mehtap-0.1.2.tar.gz (48.0 kB view details)

Uploaded Source

Built Distribution

mehtap-0.1.2-py3-none-any.whl (53.3 kB view details)

Uploaded Python 3

File details

Details for the file mehtap-0.1.2.tar.gz.

File metadata

  • Download URL: mehtap-0.1.2.tar.gz
  • Upload date:
  • Size: 48.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mehtap-0.1.2.tar.gz
Algorithm Hash digest
SHA256 98ae2daa9c698077dceee4ada96d93ee46d86e341b9fe0eec5a1869d119413e8
MD5 b705520a5ca1cd3f7954515c81d51163
BLAKE2b-256 aea7cd83a06941d2e50d7720eaed3e72eda2a763d9a6aa561d0a34e17cee534f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mehtap-0.1.2.tar.gz:

Publisher: publish.yml on emreozcan/mehtap

Attestations:

File details

Details for the file mehtap-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: mehtap-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 53.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for mehtap-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c44c74b9942a85302eca3dfc056bc5c7756aef4423945ca9734a06ba094b36d8
MD5 9225798fcda30478acfa67348ae90ebc
BLAKE2b-256 074a7002dc2e5069b70adca6cadd78b83859fae495baf652b229b08d7cc1df44

See more details on using hashes here.

Provenance

The following attestation bundles were made for mehtap-0.1.2-py3-none-any.whl:

Publisher: publish.yml on emreozcan/mehtap

Attestations:

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