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

2022-08-26 #113

Open
r7kamura opened this issue Aug 26, 2022 · 2 comments
Open

2022-08-26 #113

r7kamura opened this issue Aug 26, 2022 · 2 comments

Comments

@r7kamura
Copy link
Owner

No description provided.

@r7kamura
Copy link
Owner Author

型システムの改善を行い、AST中のノードから色々な情報を簡単に取得できるようにした。

image

いまの課題は、カーソル位置に対して適切な補完候補を出すというもの。単純にパースしようとするとSyntaxErrorになるので、SyntaxErrorになった場合、ならなかった場合とで条件分岐して、なった場合の処理を考える必要がある。ならなかった場合の処理は簡単。

@r7kamura
Copy link
Owner Author

システムが扱う範囲が型の分野を超えていて、コード解析機という感じになってきた。

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

No branches or pull requests

1 participant