https://github.com/stafflinepeopleplus/svelters
A WIP svelte parser written in rust. Designed with error recovery and reporting in mind
https://github.com/stafflinepeopleplus/svelters
parser rust svelte
Last synced: about 1 year ago
JSON representation
A WIP svelte parser written in rust. Designed with error recovery and reporting in mind
- Host: GitHub
- URL: https://github.com/stafflinepeopleplus/svelters
- Owner: StafflinePeoplePlus
- Created: 2023-04-19T10:31:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T11:12:45.000Z (almost 3 years ago)
- Last Synced: 2025-07-02T06:17:21.446Z (about 1 year ago)
- Topics: parser, rust, svelte
- Language: Rust
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte(rs)
A WIP parser for svelte files that is designed with error recovery and reporting in mind. The intention is to be able to use it in editor tooling. There is no intention to rewrite the svelte compiler in rust, though a project attempting
to do that could 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 even parse
elements yet!).