Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksco/slim
A naive Svelte-like compiler, just for learning purpose.
https://github.com/ksco/slim
Last synced: about 2 months ago
JSON representation
A naive Svelte-like compiler, just for learning purpose.
- Host: GitHub
- URL: https://github.com/ksco/slim
- Owner: ksco
- License: mit
- Created: 2021-03-25T04:59:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T09:09:46.000Z (almost 4 years ago)
- Last Synced: 2024-04-22T10:14:09.572Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slim
A naive Svelte-like compiler, just for learning purpose. Code written in this project takes seriously on readability, and hope it's easy to understand.
### &c.
Inspired by [MalinaJS](https://github.com/malinajs/malinajs), and borrowed lots of code from it.