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

Yul-like DSL and additional structs. #8

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

Commits on Feb 8, 2020

  1. Object added

    ContractDef -> Object
    g-r-a-n-t committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    9163b83 View commit details
    Browse the repository at this point in the history
  2. Code added

    g-r-a-n-t committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    704c531 View commit details
    Browse the repository at this point in the history
  3. fix

    g-r-a-n-t committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    628eb19 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

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

Commits on Feb 24, 2020

  1. Shorthand macros

    g-r-a-n-t committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    e34a8cf View commit details
    Browse the repository at this point in the history
  2. Macro export

    g-r-a-n-t committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    be329f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Nested function calls.

    g-r-a-n-t committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    4e7d092 View commit details
    Browse the repository at this point in the history
  2. Fix

    g-r-a-n-t committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f35fa3a View commit details
    Browse the repository at this point in the history
  3. Function definitions

    g-r-a-n-t committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    433bad6 View commit details
    Browse the repository at this point in the history
  4. fmt shorthand

    g-r-a-n-t committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3123203 View commit details
    Browse the repository at this point in the history
  5. macro export

    g-r-a-n-t committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ac67868 View commit details
    Browse the repository at this point in the history
  6. func no return

    g-r-a-n-t committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    e5a2f69 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. shorthand switch

    g-r-a-n-t committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    65dc472 View commit details
    Browse the repository at this point in the history
  2. statement vector insertion

    g-r-a-n-t committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    efdb5a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    0e2cfaf View commit details
    Browse the repository at this point in the history
  2. function statements

    g-r-a-n-t committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e3e390c View commit details
    Browse the repository at this point in the history
  3. squash this

    g-r-a-n-t committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0f8a5a4 View commit details
    Browse the repository at this point in the history
  4. statement switch

    g-r-a-n-t committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    bd6dcfe View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

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

Commits on Mar 6, 2020

  1. Expression expansion

    g-r-a-n-t committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    67e6a08 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. If statements

    g-r-a-n-t committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    19e27d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. for loops

    g-r-a-n-t committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    b9f55ea View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

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

Commits on Apr 4, 2020

  1. Doc header

    g-r-a-n-t committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    be4470b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Leave statement added.

    g-r-a-n-t committed May 20, 2020
    Configuration menu
    Copy the full SHA
    3bbf3c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

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

Commits on Nov 10, 2020

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

Commits on Nov 16, 2020

  1. block statements

    g-r-a-n-t committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    3ac1958 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. code block shorthand

    g-r-a-n-t committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    ab0c490 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Support data objects

    cburgdorf committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c2fcba4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Merge pull request #1 from cburgdorf/christoph/feat/data-support

    Support data objects
    g-r-a-n-t committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4db24c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

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

Commits on Jun 8, 2021

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

Commits on Jun 10, 2021

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

Commits on Jun 29, 2021

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

Commits on Jul 2, 2021

  1. Ord trait on AST elements.

    g-r-a-n-t committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ae85470 View commit details
    Browse the repository at this point in the history