Rename project

This commit is contained in:
2025-07-06 21:39:11 -07:00
parent e560ce88b6
commit 10307f3861
8 changed files with 16 additions and 16 deletions
@@ -0,0 +1,26 @@
---
source: src/labels/parse.rs
expression: result
---
'
'Find all the labels and their references
'
'Examples of labels
:(foo)
:(namespace~foo)
:(.local)
:(@)
'
'Test sends
#send [foo]
#send [self:foo]
#[self:foo]
#[@b]
#[.local]
#[foo.local]
'
'Test conditional sends
#if blocked n #send [foo]
#if blocked s #[foo]
#if blocked e send [foo]
#if blocked w [foo]