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

Support literal numbers with explicit plus sign (#633) #640

Merged
merged 4 commits into from
Nov 10, 2022
Merged

Support literal numbers with explicit plus sign (#633) #640

merged 4 commits into from
Nov 10, 2022

Commits on Nov 8, 2022

  1. fix: Support literal numbers with explicit plus sign (#633)

    Fixes issue #633 where previously the compiler would
    yield an error if it encountered a number with an
    explicit plus sign, i.e. the following was previously
    not supported but is now
    ```
    foo : DINT := +2147483647;
    ```
    volsa committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c26bdd4 View commit details
    Browse the repository at this point in the history
  2. Remove println!

    volsa committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    64d752e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Implement PR feedback

    volsa committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    df46a75 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

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