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

AiScript Next #442

Merged
merged 98 commits into from
Jul 29, 2024
Merged

AiScript Next #442

merged 98 commits into from
Jul 29, 2024

Commits on Oct 15, 2023

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

Commits on Oct 20, 2023

  1. 文法エラーに位置情報を追加 (#413)

    * error location for parser
    
    * type error location
    
    * fix error message
    marihachi authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    86eb9de View commit details
    Browse the repository at this point in the history
  2. fix unexpected eof (#414)

    marihachi authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9eb8929 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Add test from #441

    marihachi committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    aaf9538 View commit details
    Browse the repository at this point in the history
  2. パーサーのドキュメント追加 (#439)

    * add parser docs
    
    * fix doc
    marihachi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5966cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6177ac8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. ランタイムエラーの位置を表示 (#415)

    * add location to runtime errors
    
    * fix Non-aiscript error loc & add test
    
    * api
    
    ---------
    
    Co-authored-by: marihachi <marihachi0620@gmail.com>
    FineArchs and marihachi authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    dfe67fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99fbdbf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. 予約語のバリデーション変更 (#421)

    * reserved words
    
    * Update validate-keyword.ts
    marihachi authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    75a6c28 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. update changelog

    marihachi committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c982357 View commit details
    Browse the repository at this point in the history
  2. 区切り文字の変更 (#432)

    * terminators
    
    * separator
    
    * add test
    
    * test
    
    * update test
    marihachi authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3ef0b22 View commit details
    Browse the repository at this point in the history
  3. Update index.ts (#454)

    FineArchs authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b9df8a4 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    FineArchs authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    70954a6 View commit details
    Browse the repository at this point in the history
  5. Update syntax.md

    FineArchs authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a507ebe View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    FineArchs authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d1d0892 View commit details
    Browse the repository at this point in the history
  7. Update get-started.md

    FineArchs authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1fc890b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Update CHANGELOG.md

    FineArchs authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    53e2f54 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 16, 2023

  1. Update keywords.md

    FineArchs authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e53b2b0 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    FineArchs authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    95fa6fd View commit details
    Browse the repository at this point in the history
  3. Update get-started.md

    FineArchs authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7fa8ec0 View commit details
    Browse the repository at this point in the history
  4. fix tail comment (#468)

    marihachi authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    81ac81a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

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

Commits on Nov 27, 2023

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

Commits on Dec 30, 2023

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

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    bbb8ff2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #521 from aiscript-dev/next-merge-master

    Next: merge master
    FineArchs authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    dde7b04 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 18, 2024

  1. optional argument

    FineArchs committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6d0e268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cfdbe8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    FineArchs committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    46f0da9 View commit details
    Browse the repository at this point in the history
  4. args with default value

    FineArchs committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5bfc73e View commit details
    Browse the repository at this point in the history
  5. update CHANGELOG

    FineArchs committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    edcf51c View commit details
    Browse the repository at this point in the history
  6. Update syntax.md

    FineArchs committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6335dbf View commit details
    Browse the repository at this point in the history
  7. move optionality process

    FineArchs committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3bb1685 View commit details
    Browse the repository at this point in the history
  8. change type

    FineArchs committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c03fdae View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merge pull request #456 from FineArchs/nextdoc

    Next用にドキュメントを修正
    FineArchs authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    73692c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #534 from aiscript-dev/master

    merge branch master into aiscript-next
    FineArchs authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1e6e196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaf8f6d View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    FineArchs authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    9155dd0 View commit details
    Browse the repository at this point in the history
  5. Update get-started.md

    FineArchs authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f605bff View commit details
    Browse the repository at this point in the history
  6. なんかできた

    ikasoba committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    928bc96 View commit details
    Browse the repository at this point in the history
  7. changelog修正

    ikasoba committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3d86171 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. テストケースを変更

    ikasoba committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f692bb1 View commit details
    Browse the repository at this point in the history
  2. Update syntax.md

    FineArchs authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    df29886 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Merge pull request #539 from FineArchs/doc-ops

    nextの演算子の優先度について記載
    FineArchs authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f9ab126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a674ba View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

  1. Next: hex APIの変更 (#585)

    * move to_hex() api
    
    * add changelog
    marihachi authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    149b34d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. #585 にテスト追加 (#586)

    * move to_hex() api
    
    * add changelog
    
    * add test
    
    * fix test
    
    * Update index.ts
    
    ---------
    
    Co-authored-by: marihachi <marihachi0620@gmail.com>
    FineArchs and marihachi authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7744b34 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. fix test (#594)

    FineArchs authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    cb51d24 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Next: 改行できる箇所の追加実装 (#590)

    * improve way to get token kind.
    
    * improve: object literal, array literal
    
    * add tests
    
    * fix getKind
    marihachi authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    eafd83c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    f19097f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #537 from ikasoba/feat-fn-compare

    feat: 関数同士の比較の実装
    salano-ym authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4e4a37e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. use for...of .keys()

    FineArchs authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    76343b3 View commit details
    Browse the repository at this point in the history
  2. use for...of .keys()

    FineArchs authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c8ad88f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a36286e View commit details
    Browse the repository at this point in the history
  4. Update common.ts

    FineArchs authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1391781 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    732d63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d64a57 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    2f06b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e0a4b View commit details
    Browse the repository at this point in the history
  3. fix CHANGELOG.md

    salano-ym committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ed279f1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge pull request #657 from salano-ym/arr-stable-sort

    Next: arr.sortを安定ソートにする
    salano-ym authored May 16, 2024
    Configuration menu
    Copy the full SHA
    112d1f7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. add while

    FineArchs committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cab1bf6 View commit details
    Browse the repository at this point in the history
  2. 消し忘れ

    FineArchs authored May 17, 2024
    Configuration menu
    Copy the full SHA
    8f38f9b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    dcf3693 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #675 from FineArchs/aiscript-next

    chore: merge master into next
    FineArchs authored May 18, 2024
    Configuration menu
    Copy the full SHA
    a3e2da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a298700 View commit details
    Browse the repository at this point in the history
  4. Create while.md

    FineArchs authored May 18, 2024
    Configuration menu
    Copy the full SHA
    8fe342e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Update doc

    FineArchs authored May 19, 2024
    Configuration menu
    Copy the full SHA
    bff6cc7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix doc

    FineArchs authored May 20, 2024
    Configuration menu
    Copy the full SHA
    aa250a9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. divide test (#678)

    FineArchs authored May 27, 2024
    Configuration menu
    Copy the full SHA
    f5779a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5046ed4 View commit details
    Browse the repository at this point in the history
  3. add test

    FineArchs authored May 27, 2024
    Configuration menu
    Copy the full SHA
    5160d45 View commit details
    Browse the repository at this point in the history
  4. Update keywords.ts

    FineArchs authored May 27, 2024
    Configuration menu
    Copy the full SHA
    de55125 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. test review

    Co-authored-by: uzmoi <rizzzse@gmail.com>
    FineArchs and uzmoi authored May 28, 2024
    Configuration menu
    Copy the full SHA
    6e6f22b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request #674 from FineArchs/while

    Next: while文を追加
    FineArchs authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ffb214f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    03394d0 View commit details
    Browse the repository at this point in the history
  2. test conflict

    FineArchs committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    81bad3d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. forbid ?=

    FineArchs committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2144420 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Merge pull request #475 from FineArchs/args

    Next: 省略可能引数と初期値付き引数を追加
    FineArchs authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a3e4dad View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jul 10, 2024

  1. Update literals.md (#703)

    FineArchs authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e7759cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df19f09 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. divide test (#721)

    FineArchs authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6634788 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    e329a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966298a View commit details
    Browse the repository at this point in the history
  3. rename loc to pos on Token

    uzmoi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    4c16df5 View commit details
    Browse the repository at this point in the history
  4. add test for tmpl location

    uzmoi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    b9ec1ad View commit details
    Browse the repository at this point in the history
  5. fix tmpl location

    uzmoi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    eaaedbc View commit details
    Browse the repository at this point in the history
  6. update api report

    uzmoi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    a8fd927 View commit details
    Browse the repository at this point in the history
  7. rename漏れを修正

    uzmoi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2554b1b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge pull request #725 from uzmoi/add-node-end-pos

    Locにノードの終了位置を追加
    uzmoi authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    184cba3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

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