{ "info": { "author": "largomst", "author_email": "yukater@outlook.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# A Pyhton Implemetation of Lox\n\nThis is a python implemetation of a experimental programming language Lox.\nLox is a programming designed by Nystrom Bob, Thanks for his project [Crafting Interpreters](http://craftinginterpreters.com/)\n\nFor some reason, the project is not full implemetation of lox features.\n\n## Features\n\nThe interpreter support:\n- atoms\n - str\n - bool\n - number\n- express\n - variable and assign\n - arithmetic and logical\n- statment\n - print\n - if\n - for and while loop\n - lexical scopes\n - function\n - class\n - clourse\n\n## Usage\n\n1. Use `pip install loxpy` to install.\n2. Use `loxpy` in termianl to run.\n\n## Grammer\n\nVisit [Lox grammer](http://craftinginterpreters.com/appendix-i.html) for more infomation.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/largomst/LoxPy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "loxpy", "package_url": "https://pypi.org/project/loxpy/", "platform": "", "project_url": "https://pypi.org/project/loxpy/", "project_urls": { "Homepage": "https://github.com/largomst/LoxPy" }, "release_url": "https://pypi.org/project/loxpy/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A small implemetation of lox with python", "version": "0.1.1" }, "last_serial": 4810715, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "d3ee26a88925bc0ec7b2b0a07d8419c0", "sha256": "d52dd72115e231c0d8d78391c18aead183e6f3ea6163f53e60f5e72cb31d1dc2" }, "downloads": -1, "filename": "loxpy-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d3ee26a88925bc0ec7b2b0a07d8419c0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16869, "upload_time": "2019-02-12T12:58:15", "url": "https://files.pythonhosted.org/packages/77/02/3214f44710dc8a5db20b9452d983b0ff81061e43b7745dae575403acadcf/loxpy-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d21f375820845236a3610bf1361096a4", "sha256": "e7d24f55566f8ce189a832cd917ef19f28fac81c653f1ecf751772e3ec6de58c" }, "downloads": -1, "filename": "loxpy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d21f375820845236a3610bf1361096a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11664, "upload_time": "2019-02-12T12:58:18", "url": "https://files.pythonhosted.org/packages/38/c8/7374d8ad5dc6dec0790dbe24d0941f229c283606e52409c2b264f5cc7050/loxpy-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d3ee26a88925bc0ec7b2b0a07d8419c0", "sha256": "d52dd72115e231c0d8d78391c18aead183e6f3ea6163f53e60f5e72cb31d1dc2" }, "downloads": -1, "filename": "loxpy-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d3ee26a88925bc0ec7b2b0a07d8419c0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16869, "upload_time": "2019-02-12T12:58:15", "url": "https://files.pythonhosted.org/packages/77/02/3214f44710dc8a5db20b9452d983b0ff81061e43b7745dae575403acadcf/loxpy-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d21f375820845236a3610bf1361096a4", "sha256": "e7d24f55566f8ce189a832cd917ef19f28fac81c653f1ecf751772e3ec6de58c" }, "downloads": -1, "filename": "loxpy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d21f375820845236a3610bf1361096a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11664, "upload_time": "2019-02-12T12:58:18", "url": "https://files.pythonhosted.org/packages/38/c8/7374d8ad5dc6dec0790dbe24d0941f229c283606e52409c2b264f5cc7050/loxpy-0.1.1.tar.gz" } ] }