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

DSL experiments #182

Open
wants to merge 68 commits into
base: possible-speedups
Choose a base branch
from
Open

DSL experiments #182

wants to merge 68 commits into from

Commits on Oct 28, 2013

  1. experiment with JSON scanner

    korny committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    5e3df7f View commit details
    Browse the repository at this point in the history
  2. ws

    korny committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    8dc6d8b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2015

  1. Merge branch 'master' into dsl

    korny committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    41c211d View commit details
    Browse the repository at this point in the history
  2. add alternative JSON scanners

    korny committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    615ac96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    300ccd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4f0db4 View commit details
    Browse the repository at this point in the history
  5. this seems obsolete

    korny committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    f1ea428 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b01a3fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2499b1e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2015

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

Commits on Mar 24, 2015

  1. Configuration menu
    Copy the full SHA
    63c9f26 View commit details
    Browse the repository at this point in the history
  2. cleanup .gitignore

    korny committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    e6753b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

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

Commits on Apr 3, 2015

  1. add check_unless

    korny committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    5e954e2 View commit details
    Browse the repository at this point in the history
  2. add DSL CSS scanner

    korny committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    0cd3e62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8bef10 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

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

Commits on Dec 24, 2015

  1. Merge branch 'master' into dsl

    korny committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    463ffa1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    7dcbf8a View commit details
    Browse the repository at this point in the history
  2. just show the array

    korny committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    e6d46f9 View commit details
    Browse the repository at this point in the history
  3. scanner tweaks

    korny committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    61a9d96 View commit details
    Browse the repository at this point in the history
  4. fix comment

    korny committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    c274a90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36af5ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40f1fa7 View commit details
    Browse the repository at this point in the history
  7. quick increment/decrement, yay!

    korny committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    aa93af4 View commit details
    Browse the repository at this point in the history
  8. use explicit pattern method

    korny committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    3df8487 View commit details
    Browse the repository at this point in the history
  9. warn about error tokens

    korny committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    7561e8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1a7b2c View commit details
    Browse the repository at this point in the history
  11. add generated Lua scanner

    korny committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    4da772b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f4af60 View commit details
    Browse the repository at this point in the history
  13. ignore benchmark results

    korny committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    aaa1705 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. move comment to the top

    korny committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    0d1c786 View commit details
    Browse the repository at this point in the history
  2. move setup to superclass

    korny committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    dd1d779 View commit details
    Browse the repository at this point in the history
  3. cleanup

    korny committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    42e2ca3 View commit details
    Browse the repository at this point in the history
  4. use setup

    korny committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    f1bd833 View commit details
    Browse the repository at this point in the history
  5. remove whitespace

    korny committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    ca3f15f View commit details
    Browse the repository at this point in the history
  6. cleanup

    korny committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    ee9e840 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into dsl

    korny committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    3c92a65 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into dsl

    korny committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    ae94f2f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. add line number to eval

    korny committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    f8cadd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ac3fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b80e1e View commit details
    Browse the repository at this point in the history
  4. nicer debug output

    korny committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    dcf73a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9526bd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14339bf View commit details
    Browse the repository at this point in the history
  7. remove templates, yay!

    korny committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    90c5c91 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. Merge branch 'master' into dsl

    korny committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    23e23f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

  1. Merge branch 'master' into dsl

    korny committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    86b0bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38b337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    545398f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

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

Commits on Dec 28, 2016

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

Commits on Jan 15, 2017

  1. default set(:flag) to true

    korny committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    548e2d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. working towards DSL scanner

    korny committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    7a02cdd View commit details
    Browse the repository at this point in the history
  2. starting with SimpleScanner

    korny committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    1bdaeef View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Merge branch 'master' into dsl

    korny committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    1f2367a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    775255a View commit details
    Browse the repository at this point in the history
  3. normalize class names

    korny committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    e101dbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc580c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e69b878 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d46c46 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    579c00b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738aae5 View commit details
    Browse the repository at this point in the history
  3. remove obsolete "protected"

    korny committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    465e6c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9e04e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec89197 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2017

  1. Merge branch 'master' into dsl

    korny committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    3a703d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. testing rouge scanner

    korny committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    434006c View commit details
    Browse the repository at this point in the history