SSC (stands for Speedy Svelte Compiler
) is a super-fast Svelte compiler written in Rust.
The goal is to build a parser, analyzer, transformer, formatter, linter, language server .. all wriiten in Rust.
Warning
SSC is still in it's early stages of development and should not be used in production code.
A lot of features still need to be implemented before it is ready for production use.
Here's a feature roadmap:
- CSS AST
- CSS Parser
- CSS Analyzer
- CSS Transformer
- CSS Printer (codegen)
- AST
- Parser
- Analyzer
- Transformer
- Printer (codegen)
This roadmap just shows which part is implemented, none of the code is properly tested.
SSC is free and open-source software licensed under the MIT License.