Add parsing for label refs, shorthand sends

This commit is contained in:
2025-05-22 00:07:36 -07:00
parent 773ee19158
commit 856f817dbe
2 changed files with 50 additions and 5 deletions
@@ -4,6 +4,6 @@ expression: result
---
'Find all the labels and their references
:(foo)
#send foo
#if blocked n #send foo
#if bar foo
#send [foo]
#if blocked n #send [foo]
#if bar [foo]