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

Merge lexer support for ANSI-standard MUMPS #2089

Open
wants to merge 259 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    973c4d3 View commit details
    Browse the repository at this point in the history
  2. Use a '] check for null to test ompound operators and string-follows …

    …in string comparison test
    saint-erk committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9811b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9be1fb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    2c3da54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cafbc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Make and pass pattern tests

    saint-erk committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    26692b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    d2e47e8 View commit details
    Browse the repository at this point in the history
  2. Add pattern indirection

    saint-erk committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    9e5915b View commit details
    Browse the repository at this point in the history
  3. Add BREAK command

    saint-erk committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    9064ef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31dc8bc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Add tests for CLOSE

    saint-erk committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    cd42bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2570bdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87f6a7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce2d9ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d3a7c6 View commit details
    Browse the repository at this point in the history
  6. Initial tests for DO

    saint-erk committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    4aae544 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82ae232 View commit details
    Browse the repository at this point in the history
  8. Add indirection test for DO

    saint-erk committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    70ea1fc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

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

Commits on Sep 18, 2021

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

Commits on Sep 19, 2021

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

Commits on Sep 20, 2021

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

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    1340380 View commit details
    Browse the repository at this point in the history
  2. Add 'else'

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f67f7db View commit details
    Browse the repository at this point in the history
  3. Add for tests

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    22edeb1 View commit details
    Browse the repository at this point in the history
  4. Add code to support FOR

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3608bb1 View commit details
    Browse the repository at this point in the history
  5. Add goto tests

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    4c2de0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1990e7 View commit details
    Browse the repository at this point in the history
  7. Pass goto tests

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a521341 View commit details
    Browse the repository at this point in the history
  8. Add hang tests

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f6cdf83 View commit details
    Browse the repository at this point in the history
  9. Pass hang tests

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    e771322 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec09873 View commit details
    Browse the repository at this point in the history
  11. Add hang tests

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6e198a4 View commit details
    Browse the repository at this point in the history
  12. Correct hang test

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8eca033 View commit details
    Browse the repository at this point in the history
  13. Pass hang tests

    saint-erk committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3e2816e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Add IF tests

    saint-erk committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    feb3db3 View commit details
    Browse the repository at this point in the history
  2. Fix IF test, pass IF tests

    saint-erk committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    77b9891 View commit details
    Browse the repository at this point in the history
  3. Add JOB tests

    saint-erk committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    4f2e8cc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    0b348a2 View commit details
    Browse the repository at this point in the history
  2. Another fix for JOB tests

    saint-erk committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    508fb38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    103c05c View commit details
    Browse the repository at this point in the history
  4. Pass JOB tests

    saint-erk committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    9b2661b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30cb4aa View commit details
    Browse the repository at this point in the history
  6. Add KILL [all] test

    saint-erk committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    319dc93 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    e7c78c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb99fb View commit details
    Browse the repository at this point in the history
  3. Pass KILL tests

    saint-erk committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    db41455 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Add LOCK tests

    saint-erk committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    c1daeaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856a035 View commit details
    Browse the repository at this point in the history
  3. Fix type in LOCK test

    saint-erk committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a50bc2b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    28ae652 View commit details
    Browse the repository at this point in the history
  2. Pass LOCK tests

    saint-erk committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    8eca6ce View commit details
    Browse the repository at this point in the history
  3. Add MERGE tests

    saint-erk committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    292e540 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b63bc18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d94b701 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    100fffb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b61d648 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Pass MERGE tests

    saint-erk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c363c35 View commit details
    Browse the repository at this point in the history
  2. Add NEW tests

    saint-erk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c234480 View commit details
    Browse the repository at this point in the history
  3. Pass NEW tests

    saint-erk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9864e28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2935e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Fix newline in OPEN test

    saint-erk committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a9f3476 View commit details
    Browse the repository at this point in the history
  2. Pass initial OPEN test

    saint-erk committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    1cabaa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    409bdec View commit details
    Browse the repository at this point in the history
  4. Pass OPEN tests

    saint-erk committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    bbf7c03 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    b8cdbb6 View commit details
    Browse the repository at this point in the history
  2. Add first ssvn test

    saint-erk committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    a09b726 View commit details
    Browse the repository at this point in the history
  3. Pass first ssvn test

    saint-erk committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    6e91409 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Add ^ subscript test

    saint-erk committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    779cd9c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Pass abbreviated ^ test

    saint-erk committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0873231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d67898 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cbbf71 View commit details
    Browse the repository at this point in the history
  4. Pass remaining ssvn tests

    saint-erk committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    1a6dd9c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    8cdd13d View commit details
    Browse the repository at this point in the history
  2. Pass gvn tests

    saint-erk committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    aaf683a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    3423c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6518e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e7094b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    d1aff79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d50f668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0ba739 View commit details
    Browse the repository at this point in the history
  4. Fix numlit tests... again

    saint-erk committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3e8ee21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a72895f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a58aa75 View commit details
    Browse the repository at this point in the history
  7. Pass numlit tests

    saint-erk committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    afbb520 View commit details
    Browse the repository at this point in the history
  8. Add a few TODO placeholders

    saint-erk committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    25382f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Add READ test

    saint-erk committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    12b7eaa View commit details
    Browse the repository at this point in the history
  2. Pass READ test

    saint-erk committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b950f63 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    eea0777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79788c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    20b4c62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6932c12 View commit details
    Browse the repository at this point in the history
  3. Add character test to READ

    saint-erk committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9eebf29 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    419f53f View commit details
    Browse the repository at this point in the history
  2. Add first SET test

    saint-erk committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5659d5e View commit details
    Browse the repository at this point in the history
  3. Pass first SET test

    saint-erk committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    cfda445 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    276c900 View commit details
    Browse the repository at this point in the history
  2. Pass SET arugment list test

    saint-erk committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7cbc016 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Add SET group test

    saint-erk committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    8882718 View commit details
    Browse the repository at this point in the history
  2. Pass SET group test

    saint-erk committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    cac5af5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 9, 2021

  1. Add and pass tests for SET with

    Avery committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    443a654 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    ca3a774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d35f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbae9d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b2870a View commit details
    Browse the repository at this point in the history
  5. Fix tests for abbreviation

    saint-erk committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    a5af30b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2721b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef3c1f8 View commit details
    Browse the repository at this point in the history
  8. Add TCOMMIT test

    saint-erk committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    43a101e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb8f533 View commit details
    Browse the repository at this point in the history
  10. Pass TCOMMIT test

    saint-erk committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    47be29e View commit details
    Browse the repository at this point in the history
  11. Add TRESTART test

    saint-erk committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    f5dfff6 View commit details
    Browse the repository at this point in the history
  12. Pass TRESTART test

    saint-erk committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    568af2e View commit details
    Browse the repository at this point in the history
  13. Add TROllback test

    saint-erk committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    69c4ded View commit details
    Browse the repository at this point in the history
  14. Pass TROllback test

    saint-erk committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    a08fa32 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Add TSTART tests

    saint-erk committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9a73e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7eb464 View commit details
    Browse the repository at this point in the history
  3. Pass TSTART tests

    saint-erk committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f847f1f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Add first USE test

    saint-erk committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    aeae970 View commit details
    Browse the repository at this point in the history
  2. Pass basic USE test

    saint-erk committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    7fd7b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a3a24d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    425acf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    6bf6fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2eec9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e192b20 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    220d296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    434e7ac View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Reclassify the colon in a postconditional as Punctuation, which is bo…

    …th correct and compatible with colon_sep
    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    46d65a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c77ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e2eb57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957992c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba4aee8 View commit details
    Browse the repository at this point in the history
  6. Add VIEW tests

    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    f7568a0 View commit details
    Browse the repository at this point in the history
  7. Correct VIEW tests

    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    8930d33 View commit details
    Browse the repository at this point in the history
  8. Pass VIEW tests

    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b7106a8 View commit details
    Browse the repository at this point in the history
  9. Add WRITE tests

    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    e222642 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce8cd04 View commit details
    Browse the repository at this point in the history
  11. Pass WRITE tests

    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    5dae61a View commit details
    Browse the repository at this point in the history
  12. Add XECUTE test

    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    337fb00 View commit details
    Browse the repository at this point in the history
  13. Pass XECUTE test

    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    85631b6 View commit details
    Browse the repository at this point in the history
  14. Remove TODO for XECUTE

    saint-erk committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    618a8cd View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Configuration menu
    Copy the full SHA
    7886fb9 View commit details
    Browse the repository at this point in the history
  2. Add local extfunc test

    saint-erk committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    acd9d63 View commit details
    Browse the repository at this point in the history
  3. Pass local extfunc test

    saint-erk committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    8746b50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d207ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7fbe48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd168bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0d2a0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d609618 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    037d63e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a22b0a4 View commit details
    Browse the repository at this point in the history
  11. Pass updated exfunc tests

    saint-erk committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    e24772c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7139ba View commit details
    Browse the repository at this point in the history
  13. Add exvar test

    saint-erk committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    145ad02 View commit details
    Browse the repository at this point in the history
  14. Pass exvar test

    saint-erk committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    6802f19 View commit details
    Browse the repository at this point in the history
  15. Update todos in header

    saint-erk committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    5ff703a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    f774cee View commit details
    Browse the repository at this point in the history
  2. Add tests for SVNs through

    saint-erk committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c0842be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95a3539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80c8c91 View commit details
    Browse the repository at this point in the history
  5. Pass SVN tests thus far

    saint-erk committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    278efff View commit details
    Browse the repository at this point in the history
  6. Add remaining SVN tests

    saint-erk committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6e1f458 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbe2028 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13e6292 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42f6d2e View commit details
    Browse the repository at this point in the history
  10. Add tests for and

    saint-erk committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    b35b9b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Pass tests

    saint-erk committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    22690f6 View commit details
    Browse the repository at this point in the history
  2. amend! Pass $ASCII tests

    Pass $ASCII tests
    saint-erk committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8212b40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f08506f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b310329 View commit details
    Browse the repository at this point in the history
  5. Add DATA tests

    saint-erk committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    58be12d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cdb7f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42a0264 View commit details
    Browse the repository at this point in the history
  8. Add EXTRACT and FIND tests

    saint-erk committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    1411f5a View commit details
    Browse the repository at this point in the history
  9. Pass EXTRACT and FIND tests

    saint-erk committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    2bd5ef4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Add and pass FNumber tests

    saint-erk committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    12eb5ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af604fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7533984 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    37f5499 View commit details
    Browse the repository at this point in the history
  2. Add LENGTH tests

    saint-erk committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5d49810 View commit details
    Browse the repository at this point in the history
  3. Pass LENGTH tests

    saint-erk committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    dc4678e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    2a1821e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    270dbd4 View commit details
    Browse the repository at this point in the history
  3. Add NAME function tests

    saint-erk committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    d4a26a9 View commit details
    Browse the repository at this point in the history
  4. Pass NAME function tests

    saint-erk committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    281cc5d View commit details
    Browse the repository at this point in the history
  5. Add ORDER tests

    saint-erk committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    4ac8680 View commit details
    Browse the repository at this point in the history
  6. Pass the ORDER tests

    saint-erk committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    01996e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Add PIECE function tests

    saint-erk committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3a7fcb5 View commit details
    Browse the repository at this point in the history
  2. Pass PIECE tests

    saint-erk committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    48ecb87 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Add QLength function test

    saint-erk committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    29d6173 View commit details
    Browse the repository at this point in the history
  2. Pass QLength function test

    saint-erk committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    db6a28d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Update copyright year

    Avery committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    195c1bd View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Add ql function test

    saint-erk committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    54f8dcd View commit details
    Browse the repository at this point in the history
  2. Initial qsubscript tests

    saint-erk committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    f48eaca View commit details
    Browse the repository at this point in the history
  3. Pass qsubscript tests

    saint-erk committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    d958357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    070da28 View commit details
    Browse the repository at this point in the history
  5. Pass query function tests

    saint-erk committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    1604ca9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Add random tests

    saint-erk committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    f1e2d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7102d37 View commit details
    Browse the repository at this point in the history
  3. Pass random function tests

    saint-erk committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    6eea116 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d5a4ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0441315 View commit details
    Browse the repository at this point in the history
  6. Add select function tests

    saint-erk committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    215882b View commit details
    Browse the repository at this point in the history
  7. Pass select function tests

    saint-erk committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    b7189ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fba740 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b9a4b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9754101 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee35f85 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    7c8ef99 View commit details
    Browse the repository at this point in the history
  2. Add stack function tests

    saint-erk committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    91d73b0 View commit details
    Browse the repository at this point in the history
  3. Fix stack tests

    saint-erk committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    b230b6e View commit details
    Browse the repository at this point in the history
  4. Pass stack function tests

    saint-erk committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3293fb8 View commit details
    Browse the repository at this point in the history
  5. Add tests for text function

    saint-erk committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e4a68a7 View commit details
    Browse the repository at this point in the history
  6. Pass text function tests

    saint-erk committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ecb29e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af7ea2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2055ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56f7801 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dda286b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    029e17b View commit details
    Browse the repository at this point in the history
  12. Add tests for VIEW function

    saint-erk committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    c031535 View commit details
    Browse the repository at this point in the history
  13. Pass VIEW tests

    saint-erk committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    2878f20 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

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

Commits on Mar 17, 2022

  1. Add level line test

    saint-erk committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    6a69fc5 View commit details
    Browse the repository at this point in the history
  2. Fix levelline test

    saint-erk committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fd052b5 View commit details
    Browse the repository at this point in the history
  3. Pass levelline test

    saint-erk committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    a41892f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    285331f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca09bc View commit details
    Browse the repository at this point in the history
  3. Add example file for mumps

    saint-erk committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    9ffdf53 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

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

Commits on Jun 26, 2022

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

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    e8acb15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00c3f3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fc0768 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ce0b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f4a214 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6696135 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

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

Commits on Aug 30, 2022

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

Commits on Sep 4, 2022

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

Commits on Sep 23, 2022

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

Commits on Oct 17, 2022

  1. Fix pattern test

    saint-erk committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0c8a546 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a34178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98639b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

Commits on Oct 12, 2023

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

Commits on Oct 15, 2023

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

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    8b90b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99fe23e View commit details
    Browse the repository at this point in the history