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

Update Production (02/10/2022) #1455

Merged
merged 39 commits into from
Oct 2, 2022
Merged

Update Production (02/10/2022) #1455

merged 39 commits into from
Oct 2, 2022

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    bb5add7 View commit details
    Browse the repository at this point in the history
  2. Update parse.py

    lyxal committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    81d0141 View commit details
    Browse the repository at this point in the history
  3. Update test_parser.py

    lyxal committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    4d073ce View commit details
    Browse the repository at this point in the history
  4. Update test_parser.py

    lyxal committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    17f5b23 View commit details
    Browse the repository at this point in the history
  5. Update test_parser.py

    lyxal committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    9dd9cc4 View commit details
    Browse the repository at this point in the history
  6. Fix a now invalid test case

    lyxal committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    8aedb5e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Update parse.py

    lyxal committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    778e6cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a06db9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Add functionality of }]; back

    lyxal committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ff19813 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

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

Commits on Sep 13, 2022

  1. Put sympy back on the menu

    Under a very restricted system though
    
    - No \"'{}_ or backtick in expressions
    - No decimals with letters on either side
    - No runs of characters longer than 1
    - Some remaining characters are converted to helpful sympy functions
    lyxal committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a1c40d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Sep 18, 2022

  1. Straight up remove bad .s

    lyxal committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    fbcdaec View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

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

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    1a9cd6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e5d0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1449 from Vyxal/Add-extra-info-to-superscript-plus

    Add some clarification info to superscript plus
    Steffan153 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    1e78030 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Port Jelly's untruth algorithm

    lyxal committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e3a17a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4539cea View commit details
    Browse the repository at this point in the history
  3. Update the yaml with a new test

    lyxal committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    af30c07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f050f04 View commit details
    Browse the repository at this point in the history
  5. Make grouping modifiers work properly

    Closes #1195
    lyxal committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    625ce2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e189b2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aca2c12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7c5557 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Add extra test

    lyxal committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    531ede3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    1f7ccf0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1424 from Vyxal/lambda-to-newline

    Add `)` as lambda to newline, and make only `}` close all structures
    lyxal committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    db6cd59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    111d350 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1440 from Vyxal/make-sympy-great-again

    Put sympy back on the menu
    lyxal committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    333834a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e512a7b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1451 from Vyxal/fix-untruth

    Make untruth work on `0` and `[]`
    lyxal committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    02127e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5160d86 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1452 from Vyxal/fix-parallel-application-modifiers

    Make grouping modifiers work properly
    lyxal committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    02a4156 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1454 from Vyxal/multidimensional-goodness-from-Jelly

    Add multi-dimension enumerate and multi-dimension indices
    lyxal committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    cc95bab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    87a9986 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8a39ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c601f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb73d98 View commit details
    Browse the repository at this point in the history