1
0
Fork 0
mirror of https://github.com/Lyxal/Keta.git synced 2024-08-14 23:53:13 +00:00

Update Patterns.md

This commit is contained in:
JonoCode9374 2019-12-26 16:33:41 +11:00 committed by GitHub
parent e510b9d980
commit b5f748dabc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,8 @@ R R* R& --> Right argument -- implicit/whatever is to the left
- `ISi` -> `{L D S(R*)} i R&`
- `IiN` -> `{L I R} i N`
- `IiS` -> `{L I R} i S(R*)`
- `IiĪ` -> `{{L I R} i R*} Ī R&
- `IiĪ` -> `{{L I R} i R*} Ī R&`
Blocks are evaluated using the triplet rules if possible, otherwise the pair rules are used, otherwise things are evaluated as is