Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aiscript-dev/aiscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aiscript-dev/aiscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: work/static-analysis-merged
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 14, 2021

  1. modify APIs

    * replaces the parser api.
    * move the analyze api as the parser plugin into the parser api.
    marihachi committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    ff8e4c4 View commit details
    Browse the repository at this point in the history
  2. extract api

    marihachi committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    40e90a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. add static analysis

    marihachi committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    175c4e7 View commit details
    Browse the repository at this point in the history
  2. fix return type of readline

    marihachi committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    7f74a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b4ebee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff89af View commit details
    Browse the repository at this point in the history
  5. update fn call analysis

    marihachi committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    e8172a7 View commit details
    Browse the repository at this point in the history
  6. fix lint

    marihachi committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    d05af14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff329e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Merge branch 'master' into work/static-analysis-1

    # Conflicts:
    #	src/parser/index.ts
    marihachi committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    3798e41 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. LayeredMap -> SymbolTable

    marihachi committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    24c515a View commit details
    Browse the repository at this point in the history
  2. [wip] static analysis

    marihachi committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    26c0d49 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. table -> symbols

    marihachi committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    85970d4 View commit details
    Browse the repository at this point in the history
  2. add object inference

    marihachi committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    c8545d8 View commit details
    Browse the repository at this point in the history
  3. fix

    marihachi committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    d43145e View commit details
    Browse the repository at this point in the history
  4. fix bug

    marihachi committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    81835ed View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Configuration menu
    Copy the full SHA
    58305c7 View commit details
    Browse the repository at this point in the history
  2. エラー解消

    takejohn committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    331b021 View commit details
    Browse the repository at this point in the history
  3. テスト作成

    takejohn committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    b3af8e1 View commit details
    Browse the repository at this point in the history
Loading