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: 関数同士の比較の実装 #536

Closed
wants to merge 37 commits into from

Conversation

ikasoba
Copy link
Collaborator

@ikasoba ikasoba commented Jan 20, 2024

What

  • 関数同士の比較をできるようにしました
    • ホスト側の関数をラップした関数の比較はその関数への参照を比較します
    • aiscript内で生成された関数については関数オブジェクトの参照を比較します

Why

Additional info (optional)

marihachi and others added 30 commits October 15, 2023 16:52
* error location for parser

* type error location

* fix error message
* add location to runtime errors

* fix Non-aiscript error loc & add test

* api

---------

Co-authored-by: marihachi <[email protected]>
* reserved words

* Update validate-keyword.ts
* terminators

* separator

* add test

* test

* update test
@ikasoba
Copy link
Collaborator Author

ikasoba commented Jan 20, 2024

また失敗してしまった

@ikasoba ikasoba closed this Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 関数同士の比較を行えるようにしたい
3 participants