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

Rewarite core with an AST for statements and RPN for expressions #149

Merged
merged 31 commits into from
Jul 13, 2020
Merged

Commits on Jun 30, 2020

  1. test

    Lars Berscheid committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e7a9ccf View commit details
    Browse the repository at this point in the history
  2. improve ast

    pantor committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    af63b29 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. add if statement

    pantor committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    cebab37 View commit details
    Browse the repository at this point in the history
  2. shunting-yard start

    Lars Berscheid committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    44765d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. renderer as node visitor

    pantor committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    09d778e View commit details
    Browse the repository at this point in the history
  2. improve ast

    pantor committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    4b45ef9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. improve ast further

    Lars Berscheid committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f7bbdd1 View commit details
    Browse the repository at this point in the history
  2. first functions

    pantor committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    888683b View commit details
    Browse the repository at this point in the history
  3. improve ast v3

    pantor committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    413f7cf View commit details
    Browse the repository at this point in the history
  4. improve ast v4

    pantor committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    4fd0bae View commit details
    Browse the repository at this point in the history
  5. fix parser error location

    pantor committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    96f5846 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. nested ifs

    Lars Berscheid committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9b7092f View commit details
    Browse the repository at this point in the history
  2. fix comma, activate more tests

    Lars Berscheid committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9f3fd37 View commit details
    Browse the repository at this point in the history
  3. fix line statements

    Lars Berscheid committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    b1f393e View commit details
    Browse the repository at this point in the history
  4. fix some more tests

    Lars Berscheid committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    070f230 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    7f6e58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eab7fa View commit details
    Browse the repository at this point in the history
  3. use switch in expression

    pantor committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    b727f75 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. fix default function

    pantor committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    5d58bb5 View commit details
    Browse the repository at this point in the history
  2. fix loop data

    pantor committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    292f28f View commit details
    Browse the repository at this point in the history
  3. improved tests and benchmark

    pantor committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    949bee1 View commit details
    Browse the repository at this point in the history
  4. fix minus numbers

    pantor committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    d1b1596 View commit details
    Browse the repository at this point in the history
  5. improve all

    pantor committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    cabf776 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. fix warnings, optimizations

    pantor committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    b2c00bb View commit details
    Browse the repository at this point in the history
  2. fix callbacks argument order

    pantor committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    75b5cb4 View commit details
    Browse the repository at this point in the history
  3. dont move loop parent

    pantor committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    09f4d1c View commit details
    Browse the repository at this point in the history
  4. a few more test

    pantor committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    4b6ddbf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. fix clang-3

    Lars Berscheid committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    fac3f61 View commit details
    Browse the repository at this point in the history
  2. fix pointers

    Lars Berscheid committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    c2bd8e6 View commit details
    Browse the repository at this point in the history
  3. clean

    Lars Berscheid committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    d92a72d View commit details
    Browse the repository at this point in the history
  4. update single include

    Lars Berscheid committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    636aef4 View commit details
    Browse the repository at this point in the history