Add ~ flag and repeat clause for repeating transactions #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Extend
grammar.jsto support repeating transactions using~as a third flag alongside*and!, followed by a repeat clause.Proposed grammar changes
The header rule becomes:
The repeat clause is only valid when flag is
~.Syntax examples
Background
Research doc: https://h3-pta-formats.statichost.eu/research/repeating-transactions.html
Migrated from Codeberg: originally #2, opened 2026-03-27.