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

Refactor implementation #1

Merged
merged 22 commits into from Mar 9, 2019
Merged

Refactor implementation #1

merged 22 commits into from Mar 9, 2019

Commits on Mar 3, 2019

  1. Copy the full SHA
    4981222 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Continuing simplification refactoring.

    renato committed Mar 4, 2019
    Copy the full SHA
    f0c9ca0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Copy the full SHA
    a0d2a76 View commit details
    Browse the repository at this point in the history
  2. Refactored for loops.

    renato committed Mar 5, 2019
    Copy the full SHA
    a05b1f6 View commit details
    Browse the repository at this point in the history
  3. Re-implemented global context.

    Removed GlobalContext - use normal stack to keep it.
    renato committed Mar 5, 2019
    Copy the full SHA
    abdd39b View commit details
    Browse the repository at this point in the history
  4. Minor fixes during refactor.

    renato committed Mar 5, 2019
    Copy the full SHA
    70f2a2d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Re-implemented components.

    renato committed Mar 6, 2019
    Copy the full SHA
    ac92b6b View commit details
    Browse the repository at this point in the history
  2. Updated components docs.

    renato committed Mar 6, 2019
    Copy the full SHA
    a4faa53 View commit details
    Browse the repository at this point in the history
  3. Fixed markdown processor.

    renato committed Mar 6, 2019
    Copy the full SHA
    085743c View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary map context.

    renato committed Mar 6, 2019
    Copy the full SHA
    ab767b4 View commit details
    Browse the repository at this point in the history
  5. Implemented slot.

    renato committed Mar 6, 2019
    Copy the full SHA
    969c7d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Fixed tests compilation errors.

    renato committed Mar 7, 2019
    Copy the full SHA
    fecc4f4 View commit details
    Browse the repository at this point in the history
  2. Hide context implementation.

    Only push location for included paths as other scopes are not relevant.
    renato committed Mar 7, 2019
    Copy the full SHA
    a61c680 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Fixed for loop tests.

    renato committed Mar 8, 2019
    Copy the full SHA
    5ddc77e View commit details
    Browse the repository at this point in the history
  2. Docs for parser.

    renato committed Mar 8, 2019
    Copy the full SHA
    88f828f View commit details
    Browse the repository at this point in the history
  3. Fixed reference bug in for loop.

    renato committed Mar 8, 2019
    Copy the full SHA
    389c9d0 View commit details
    Browse the repository at this point in the history
  4. Fixed markdown conversion.

    renato committed Mar 8, 2019
    Copy the full SHA
    d23a8e8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9788a1c View commit details
    Browse the repository at this point in the history
  6. Improved stack implementation.

    Fixed all tests.
    renato committed Mar 8, 2019
    Copy the full SHA
    e1055bd View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Docs updates and fixes.

    renato committed Mar 9, 2019
    Copy the full SHA
    807f8a9 View commit details
    Browse the repository at this point in the history
  2. small docs fixes.

    renato committed Mar 9, 2019
    Copy the full SHA
    aafa928 View commit details
    Browse the repository at this point in the history
  3. Updated README.

    renato committed Mar 9, 2019
    Copy the full SHA
    8bc968f View commit details
    Browse the repository at this point in the history