viperscape / lichen

Scripting DSL with Rust interpreter
Apache License 2.0
32 stars 4 forks source link

infer data from current node #9

Closed viperscape closed 7 years ago

viperscape commented 7 years ago

Currently lichen requires a full path

@nodename.varname true

however, it might be nice if the nodename could be omitted and inferred as the current running node.

root
@var true # infers root.var
;
viperscape commented 7 years ago

scrapping this for now