almibe / ligature-fs

F# based implementation of Ligature.
https://ligature.dev
Mozilla Public License 2.0
1 stars 0 forks source link

get apply combinator working #199

Closed almibe closed 1 month ago

almibe commented 1 month ago

Example usage:

@t { a b $c }
@d { $c = c }
@ { template = @t, data = @d, out = @result }
apply
@result