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

rpn: rfbridge rules #2302

Merged
merged 22 commits into from
Aug 26, 2020
Merged

rpn: rfbridge rules #2302

merged 22 commits into from
Aug 26, 2020

Commits on Aug 2, 2020

  1. wip rpn rules for rfbridge

    mcspr committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    568cc5b View commit details
    Browse the repository at this point in the history
  2. Exact hits for rfb_match condition, purge on rfb_match, tweak rfb_seq…

    …uence search to break early
    mcspr committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    d17158e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b24bff View commit details
    Browse the repository at this point in the history
  4. fix gcc4.8.2 vector push

    mcspr committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    245723f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2132df3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e788e12 View commit details
    Browse the repository at this point in the history
  7. drop run_ from runners ops

    mcspr committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    9afd6eb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    bd125ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6ef70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af2e5ec View commit details
    Browse the repository at this point in the history
  4. Bump rpnlib to 0.24.0

    - fix ifn to move stack instead of just moving values
    - fix parser accidentally treating things as float
    - fix parser empty space checks, treat newline as token separator
    - fix math operators not properly propogating the error
    - fix type capacity calculation for numerical conversions
    - add inf and nan operators
    - add u and i suffixes for dot-less numbers, makes expression push unsigned or int
    - support escaped characters in strings
    
    This also makes strings in-place, by appending a single character at a time,
    *possibly* slowing them down.
    mcspr committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    21e2edb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cced11d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e1001e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    98480d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a47b8f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d1192c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd18be8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

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

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    0bd83f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be1446 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

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

Commits on Aug 26, 2020

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