Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of switer/block-ast

Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

switer's profile
switer
13 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
switer

switer/block-ast

Transform template's block syntax to ast.

JavaScript
2
0
MIT License

The **block‑ast** library parses a string‑based template that uses a custom block syntax and converts it into a lightweight abstract syntax tree (AST). It defines four node types—Fragment, Block, SCS, and Text—each with specific properties (e.g., HTML delimiters and node values), making it useful for developers building template engines, static site generators, or any tool that needs to analyze or transform block‑styled markup.