svg-filters & basic parser #15

Merged
schrottkatze merged 67 commits from schrottkatze/iowo:svg-filters into main 2024-07-08 18:29:05 +00:00
Showing only changes of commit 86b1481943 - Show all commits

View file

@ -1,6 +0,0 @@
//! The parser architecture is *heavily* inspired (and partially copied and adapted) from the amazing rust-analyzer
use drop_bomb::DropBomb;
use self::{error::SyntaxError, events::Event, input::Input};
use super::syntax_kind::SyntaxKind;