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

Rewrite #122

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft

Rewrite #122

wants to merge 30 commits into from

Commits on Dec 26, 2023

  1. Rewrite

    samestep committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    376c686 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    c7676b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28eed89 View commit details
    Browse the repository at this point in the history
  3. Add a rose binary

    samestep committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    08c379d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Revise the syntax

    samestep committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    31c7b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d18dbb View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Auto-close double quotes

    samestep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e5fbe09 View commit details
    Browse the repository at this point in the history
  2. Sketch out autodiff types

    samestep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2949941 View commit details
    Browse the repository at this point in the history
  3. Flesh out stdlib a bit more

    samestep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c7f6e58 View commit details
    Browse the repository at this point in the history
  4. Correct Neg instances

    samestep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    547f843 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ab9911 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc3f966 View commit details
    Browse the repository at this point in the history
  7. Define some array functions

    samestep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a7cc043 View commit details
    Browse the repository at this point in the history
  8. Fix typos

    samestep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1447fa6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37e756e View commit details
    Browse the repository at this point in the history
  10. Lex via Moo

    samestep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e3662b5 View commit details
    Browse the repository at this point in the history
  11. Remove unnecessary parens

    samestep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b159aa4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97e29c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    e141be8 View commit details
    Browse the repository at this point in the history
  2. Use *.js prefix

    samestep committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6f82b50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8464ab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26b2053 View commit details
    Browse the repository at this point in the history
  5. Parse infix declarations

    samestep committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    aabdde2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    289d668 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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

Commits on Jan 10, 2024

  1. Tweak the language

    samestep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    fbfb8cf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Use Prettier for JS

    samestep committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e8c5193 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Improve autodiff type theory

    samestep committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    46e7eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df0bc0 View commit details
    Browse the repository at this point in the history
  3. Parse basic functions

    samestep committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    81e3189 View commit details
    Browse the repository at this point in the history