Skip to main content

A simple calculator programme

Project description

A simple calculator

This is a simple calculator when I try to recall my compiler courses.

Installation

Use the package manager pip to install compiler-calc.

pip install compiler-calc 

Usage

from compiler_calc.simple_calc import LexAnalysis, SyntaxAnalysis

# To highlight lexcial and syntax analysis
lex_analyser = LexAnalysis()
syntax_analyser = SyntaxAnalysis()

# You can define your own helper functions
def calculate(expr, lex=lex_analyser, syn=syntax_analyser):
    expr_list = lex(expr)
    return syn(expr_list)

calculate('5+4*3^2') # 41
calculate('1/0') # ValueError

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

compiler-calc-0.0.1rc4.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file compiler-calc-0.0.1rc4.tar.gz.

File metadata

  • Download URL: compiler-calc-0.0.1rc4.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.1.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2

File hashes

Hashes for compiler-calc-0.0.1rc4.tar.gz
Algorithm Hash digest
SHA256 984ec765ab66f791ec329fc8875d9d8b9b992547d98edac7b6b68bf164972145
MD5 77c635f38c3c3698905d41fa42939393
BLAKE2b-256 b23b46d8e206f05156dccf60b8d57b44065175a7e740f8b206d2f1b4eeebda0e

See more details on using hashes here.

Supported by

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