TypeScript implementation is in progress #60
Closed
marihachi
announced in
Announcements
Replies: 2 comments 1 reply
-
パーサとインタプリタについてはRustで進めていたレベルまで実装が追いついてきました。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
実装が一段落したのでv0.7.0としてリリースしました。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RustからTypeScriptへ
これまではRustを使って実装を進めていましたが、TypeScriptで実装してみようと思います。
TypeScriptは慣れている言語でもあるため設計に集中できそうです。
Rustでも行っていたような構文解析、型チェック、インタプリタをTypeScriptで実装します。
ただし、どのような設計にするのが良いのかをまだ探っているため、試行錯誤しつつ進めていくと思います。
作業の状況はdevelopブランチから確認できます。
https://github.com/uguisu-dev/uguisu/tree/develop
Beta Was this translation helpful? Give feedback.
All reactions