Skip to content

praisetompane-experiments/app_interpreter

Repository files navigation

app_interpreter

build status

Objectives

A toy Postfix notation program interpreter.

Project Structure

  • docs: Project documentation lives in here.
  • src: Production code lives in folder and is divided in the modules below:
    • app_interpreter: Project package.
    • app.py: Entry point to startup the application
  • tests: Test code lives in folder. The tests are intentionally separated from production code.

Dependencies

Setup Instructions

Usage

```shell
python src/app.py ./tests/resources/factorial.txt
```

Testing

  • Run unit and integration tests
    pytest
  • End to End tests
    • Not Implemented

Git Conventions

Disclaimer: This is still work in progress.

About

A toy Postfix notation program interpreter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages