fluent-syntax 0.9.2

Parser/Serializer tools for Fluent Syntax.
Documentation
1
2
3
4
5
6
7
8
-term = { $arg ->
   *[key] Value
}

key01 = { -term }
key02 = { -term () }
key03 = { -term(arg: 1) }
key04 = { -term("positional", narg1: 1, narg2: 2) }