Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arithmetic Expressions Support #34

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open

Arithmetic Expressions Support #34

wants to merge 51 commits into from

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    8dffdb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    797980a View commit details
    Browse the repository at this point in the history
  3. cached bool parser

    sidhant92 committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    2ed9dd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. remove object mapper

    sidhant92 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a2ad8c3 View commit details
    Browse the repository at this point in the history
  2. major version change

    sidhant92 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    467ac22 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from sidhant92/arithmetic

    Support for Arithmetic Expressions Evaluation
    sidhant92 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    717d045 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #29 from sidhant92/cached_parser

    Cached Bool Parser
    sidhant92 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    62307b1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #30 from sidhant92/remove_jackson

    Remove Jackson Object Mapper
    sidhant92 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5b9ee91 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. unary node without space

    sidhant92 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    16fcae8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from sidhant92/arithmetic

    unary node without space
    sidhant92 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d4a9597 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e65f315 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from sidhant92/arithmetic

    handle binary subtraction without spaces
    sidhant92 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e235142 View commit details
    Browse the repository at this point in the history
  5. update readme

    sidhant92 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cf20369 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #33 from sidhant92/arithmetic

    update readme
    sidhant92 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8ebbe99 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    16829d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from sidhant92/array_math_functions

    Add Support for Arithmetic Functions
    sidhant92 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6008d7c View commit details
    Browse the repository at this point in the history
  3. merge conflict

    sidhant92 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    db3a80a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    17209ac View commit details
    Browse the repository at this point in the history
  2. fix test case

    sidhant92 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9f65eec View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    9f8b543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a447716 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    8ee0809 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. code cleanup

    sidhant92 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    53d1955 View commit details
    Browse the repository at this point in the history
  2. refactor

    sidhant92 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    51e3fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4367e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    39bf89b View commit details
    Browse the repository at this point in the history
  2. update readme

    sidhant92 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    6f1a8e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dce460 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    19a3756 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from sidhant92/array_math_functions

    handle decimal with 0 fractional
    sidhant92 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1890a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2824651 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #38 from sidhant92/array_math_functions

    remove logging and add info to errors
    sidhant92 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    11ae8af View commit details
    Browse the repository at this point in the history
  2. fix error message

    sidhant92 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9fe8614 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39 from sidhant92/array_math_functions

    fix error message
    sidhant92 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4cae722 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. bug fix

    sidhant92 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bd14aff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4491a78 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. null check support

    sidhant92 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    31d79ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from sidhant92/array_math_functions

    Support for null check
    sidhant92 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c9045a6 View commit details
    Browse the repository at this point in the history
  3. fix cache key

    sidhant92 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0bfe9d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42 from sidhant92/array_math_functions

    fix cache key
    sidhant92 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    17dfb51 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. fix negative comparison

    sidhant92 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5cf9ac5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from sidhant92/array_math_functions

    Fix Negative Comparison
    sidhant92 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    86fb416 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. handle type conversion

    sidhant92 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ea04bd8 View commit details
    Browse the repository at this point in the history
  2. add validation

    sidhant92 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    1d093c9 View commit details
    Browse the repository at this point in the history
  3. add test case

    sidhant92 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    4cc2de6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge pull request #44 from sidhant92/type_conversion

    Handle Implicit Data Type Conversion
    sidhant92 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    135bf05 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. code cleanup

    sidhant92 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a6a7992 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from sidhant92/type_conversion

    code cleanup
    sidhant92 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0aea20b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    e9363b3 View commit details
    Browse the repository at this point in the history
  2. add readme

    sidhant92 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a2fe377 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from sidhant92/bigdecimal

    For Decimal Use BigDecimal
    sidhant92 authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1d62964 View commit details
    Browse the repository at this point in the history