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

Feature/calc #1

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

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    2237b2d View commit details
    Browse the repository at this point in the history
  2. apply scala plugin to api's build.gradle.

    add scala parser combinator and scalatest libraries to api's build.gradle.
    Emalios committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    311dfaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    324b2f1 View commit details
    Browse the repository at this point in the history
  4. Change return type of apply() to `apply :: Seq[CalcTokens] -> Option(…

    …T)` to avoid null return and add security.
    Emalios committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    65d328c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5d611f View commit details
    Browse the repository at this point in the history