Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amazingcoderpro/simple_interpreter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0
Choose a base ref
...
head repository: amazingcoderpro/simple_interpreter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 26, 2024

  1. v4.0-support to parse and interpret arithmetic expressions with any n…

    …umber of multiplication and division operators in them
    amazingcoderpro committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    60fc075 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2

    v4.0-support to parse and interpret arithmetic expressions with any number of multiplication and division operators in them
    amazingcoderpro authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    53449df View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. v5.0-support to handle valid arithmetic expressions containing intege…

    …rs and any number of addition, subtraction, multiplication, and division operators.
    amazingcoderpro committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b9c295d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from amazingcoderpro/v5.0

    v5.0-support to handle valid arithmetic expressions containing integers and any number of addition, subtraction, multiplication, and division operators.
    amazingcoderpro authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    44942e8 View commit details
    Browse the repository at this point in the history
  3. v6.0-support to evaluates arithmetic expressions that have different …

    …operators and parentheses.
    amazingcoderpro committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e85b2c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4

    v6.0-support to evaluates arithmetic expressions that have different operators and parentheses.
    amazingcoderpro authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d81fb7a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f1779e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5

    v7.0 : using ASTs represent the operator-operand model of arithmetic expressions.
    amazingcoderpro authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f94afd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84176a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba18c0f View commit details
    Browse the repository at this point in the history
  5. Update README.md

    amazingcoderpro authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    db0da33 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    e7dda55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6

    v8.0-support unary operators (+, -)
    amazingcoderpro authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b8505d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25a6548 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7

    v9.0-support to handle python assignment statements.
    amazingcoderpro authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c908328 View commit details
    Browse the repository at this point in the history
  5. update README.md

    amazingcoderpro committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3e1ab33 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    c08bafd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8

    v10.0 : handle variable not defined error
    amazingcoderpro authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    891b4c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    26c42e2 View commit details
    Browse the repository at this point in the history
Loading