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

Kotlin interpreter #163

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

Kotlin interpreter #163

wants to merge 25 commits into from

Commits on Jun 11, 2018

  1. Initial kotlin interpreter - passes HCL test files, but should be con…

    …sidered beta ang highly unstable at the current point in time
    technight committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    e4282b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Added REPL support

    technight committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    1074406 View commit details
    Browse the repository at this point in the history
  2. Added run configuration

    technight committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    82f668b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Configuration menu
    Copy the full SHA
    99a8782 View commit details
    Browse the repository at this point in the history
  2. Added plugin file

    technight committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    80d77ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e792aae View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Added further built-ins

    technight committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    27c8f36 View commit details
    Browse the repository at this point in the history
  2. Fixed cpp things

    technight committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    a3ccf26 View commit details
    Browse the repository at this point in the history
  3. REPL is now awesome

    technight committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    25fedc4 View commit details
    Browse the repository at this point in the history
  4. Ignore repl

    technight committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    123851f View commit details
    Browse the repository at this point in the history
  5. Minor clean ups

    technight committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    20f8aec View commit details
    Browse the repository at this point in the history
  6. Minor clean ups

    technight committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    40fd78b View commit details
    Browse the repository at this point in the history
  7. Minor clean ups

    technight committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    73be9f0 View commit details
    Browse the repository at this point in the history
  8. Minor clean ups

    technight committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    8b5e7d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Fixed overload

    technight committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    4e308d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    214c5f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd1c6df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3991287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a55b24 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Added brainfuck interpreter, stdlib functions, better identifier not …

    …found exception and bug fixes
    technight committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    c951ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a68a06 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into kotlin-interpreter

    Casper Bang committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    d37b598 View commit details
    Browse the repository at this point in the history
  4. Fix and beautify

    technight committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    c249844 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdf1105 View commit details
    Browse the repository at this point in the history
  6. Fix and beautify

    technight committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    7031960 View commit details
    Browse the repository at this point in the history