Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-johnson-4 authored Oct 10, 2023
1 parent 1840199 commit b0eb03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The "string" syntax from the above program needs to be rewritten into a lambda-c
Grammatical Rewriting is accomplished in the policy definition as follows.

```λ☶
::pre := λ(literal t) ts. t ts
::pre := λ(literal t) (::pre ts). t ts
::pre := λt (::pre ts). t ts
literal := λ" cs ". cs
```
Expand Down

0 comments on commit b0eb03b

Please sign in to comment.