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: ifennna/plug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ifennna/plug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wasm-implementation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 19 files changed
  • 1 contributor

Commits on Jun 28, 2019

  1. Add wasm implementation

    ifennna committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    57e45bb View commit details
    Browse the repository at this point in the history
  2. Improve page layout

    ifennna committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    b7b723e View commit details
    Browse the repository at this point in the history
  3. Refactor compilation calls

    ifennna committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    ad172ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e7c538 View commit details
    Browse the repository at this point in the history
  5. Add non-repl support

    Allow files to be passed in.
    ifennna committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    071696c View commit details
    Browse the repository at this point in the history
  6. Allow multi-line code

    ifennna committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    9268819 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Set up for loop parsing

    Implement for loop statement lexing and parsing.
    ifennna committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    3c84162 View commit details
    Browse the repository at this point in the history
  2. Set up for loop evaluation

    Extend evaluator to handle basic for loops that only take an integer as
    input. Eg: for index = range(2) { print(index); }
    ifennna committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    d672217 View commit details
    Browse the repository at this point in the history
  3. Fix REPL behaviour in scanner

    Prevent last evaluated value from being printed out when code is
    evaluated from files rather than from the REPL
    ifennna committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    2f62e10 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Fix imports

    ifennna committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    7c95aae View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    ca80062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b5705 View commit details
    Browse the repository at this point in the history
  3. Fix print statement

    ifennna committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    731e953 View commit details
    Browse the repository at this point in the history
Loading