Skip to content

Commit

Permalink
Sketch user-defined rule set YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Jan 11, 2024
1 parent cb9d91b commit ee89047
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eo-phi-normalizer/test/eo/phi/rules/yegor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: "Rule set based on Yegor's draft"
rules:
- name: Rule 6
description: "Accessing an α-binding"
pattern: |
⟦ ?a ↦ ?n, ?B ⟧.?a
result: |
?n(ρ ↦ ?B)
when:
- nf: [ "?n" ]

0 comments on commit ee89047

Please sign in to comment.