Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T11:12:45.000Z (over 1 year ago)
- Last Synced: 2024-10-07T22:21:29.579Z (4 months 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!).