Experimenting with the LSP

This commit is contained in:
Mia
2026-03-08 14:34:12 +01:00
parent 2aababbbe1
commit 45fd421e19
16 changed files with 1682 additions and 228 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use arcstr::ArcStr;
pub use arcstr::ArcStr;
pub use parser::{compilation_unit as parse, *};
use std::{fmt::Debug, path::PathBuf};