Files
mgmt/examples/lang/sendrecv2.mcl
James Shubin 6370f0cb95 lang: Add edges to lexer and parser
This adds some initial syntax for external edges to the language.

There are still improvements which are necessary for send/recv.
2018-02-25 19:29:27 -05:00

9 lines
147 B
Plaintext

file "/tmp/mgmt/foo" {
content => "hello from foo\n",
}
file "/tmp/mgmt/bar" {
}
File["/tmp/mgmt/foo"].content -> File["/tmp/mgmt/bar"].content