Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.