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

feat: engine setup #24

Closed
wants to merge 21 commits into from
Closed

feat: engine setup #24

wants to merge 21 commits into from

Commits on Jul 24, 2023

  1. feat: engine setup

    This is greatly inspired by Kiesel and SerenetyOS's LibJS JavaScript
    engines.
    sno2 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3cc32c0 View commit details
    Browse the repository at this point in the history
  2. fix small string

    sno2 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d1051f6 View commit details
    Browse the repository at this point in the history
  3. fix small string

    Co-authored-by: Aapo Alasuutari <[email protected]>
    sno2 and aapoalas committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b60617c View commit details
    Browse the repository at this point in the history
  4. fix small integer

    Co-authored-by: Aapo Alasuutari <[email protected]>
    sno2 and aapoalas committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    25fddb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. more work

    sno2 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b3b8105 View commit details
    Browse the repository at this point in the history
  2. little empty string bonus

    sno2 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ec23e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3705170 View commit details
    Browse the repository at this point in the history
  4. press CTRL+S to save

    sno2 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8e0b959 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. get builtin flow working mid

    sno2 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9af1511 View commit details
    Browse the repository at this point in the history
  2. pattern-based equality

    sno2 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a88e528 View commit details
    Browse the repository at this point in the history
  3. fix invalid truncating stuff

    sno2 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a7c9c7f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. checkpoint

    sno2 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2bb7b94 View commit details
    Browse the repository at this point in the history
  2. some work

    Thanks to Phosra for figuring out I messed up descriptor logic.
    sno2 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a5bdae9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. more work towards builtins

    sno2 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ed2074a View commit details
    Browse the repository at this point in the history
  2. make intrinsics const functions

    sno2 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    8af1702 View commit details
    Browse the repository at this point in the history
  3. remove double Option

    sno2 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a50451b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61779ab View commit details
    Browse the repository at this point in the history
  5. update oxc deps

    sno2 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    c03675a View commit details
    Browse the repository at this point in the history
  6. update to stable and fix cli

    sno2 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3ff1a73 View commit details
    Browse the repository at this point in the history
  7. fmt

    sno2 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a9b63f3 View commit details
    Browse the repository at this point in the history
  8. i guess cargo fmt doesnt work

    sno2 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    7a32683 View commit details
    Browse the repository at this point in the history