Última atividade 8 hours ago

An example of V2's intermediate representation.

Revisão 60bf734c6fd701b17b659b15de7c4f8e083b29ad

v2.json Bruto Playground
1{
2 "foo": [
3 {
4 "conditions": [
5 {
6 "stack": "bar",
7 "pattern": [
8 {
9 "type": "variable",
10 "symbol": "baz"
11 },
12 {
13 "type": "literal",
14 "symbol": "quux"
15 }
16 ]
17 }
18 ],
19 "results": [
20 {
21 "label": "another rule group",
22 "pattern": [
23 {
24 "type": "variable",
25 "symbol": "foo"
26 },
27 {
28 "type": "literal",
29 "symbol": "bar"
30 }
31 ]
32 }
33 ]
34 }
35 ]
36}
37