svelters

Crates.iosvelters
lib.rssvelters
version0.0.1
sourcesrc
created_at2023-04-19 10:38:49.126613
updated_at2023-04-19 10:38:49.126613
descriptionSvelte parser written in Rust with error recovery and handling in mind
homepage
repositoryhttps://github.com/jamesbirtles/svelters
max_upload_size
id843409
size43,014
James Birtles (jamesbirtles)

documentation

README

Svelte(rs)

A WIP parser for svelte files that is designed with error recovery and reporting in mind. This is mostly a toy project for now, with some vague intention of improving editor tooling if I ever get around to it. I am not intending to rewrite the svelte compiler in rust, though a project attempting to do that might want to use this parser as a starting point.

This is very work-in-progress and can't parse most svelte code right now (it can't event parse elements yet!).

Commit count: 23

cargo fmt