feat: hover tooltip on functions (#76)

* dev: introduce upstream tooltip

* feat: basic function definition
This commit is contained in:
Myriad-Dreamin 2024-03-20 00:02:11 +08:00 committed by GitHub
parent b780a2a885
commit 14fc4819f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 490 additions and 18 deletions

View file

@ -1,6 +1,7 @@
mod adt;
pub mod analysis;
pub mod syntax;
mod upstream;
pub(crate) mod diagnostics;