Skip to content

Commit

Permalink
Interpret λ as a structure opener
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Sep 17, 2024
1 parent 13486c2 commit e63ec56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/scripts/languages/vyxal.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ AnyString {
Branch {"|"}
ListStuff { "#[" | "#]"}
StructureOpen {
"[" | "(" | "{" | "Ṇ" | "Ḍ" | "ƛ" | "Ω" | "₳" | "µ" | "⟨" |
"[" | "(" | "{" | "Ṇ" | "Ḍ" | "λ" | "ƛ" | "Ω" | "₳" | "µ" | "⟨" |
"#{" |
"#::R" |
"#::+" |
Expand All @@ -47,6 +47,6 @@ AnyString {
TwoCharNumber { "~" _ _ }
VariableThing { "#" ($[=$>]|":[") $[a-zA-Z] $[a-zA-Z0-9_]* }
ContextIndex { "¤" @digit }
Element { ![ᵃᵇᶜᵈᴴᶤᶨᵏᶪᵐⁿᵒᵖᴿᶳᵗᵘᵛᵂᵡᵞᶻ¿⸠/ϩ∥∦ᵉэᶠЧᴳᵜ∆øÞk"„”“0123456789#ᶴ'~.[\](){}ṆḌƛΩ₳µ⟨|ı] }
Element { ![ᵃᵇᶜᵈᴴᶤᶨᵏᶪᵐⁿᵒᵖᴿᶳᵗᵘᵛᵂᵡᵞᶻ¿⸠/ϩ∥∦ᵉэᶠЧᴳᵜ∆øÞk"„”“0123456789#ᶴ'~.[\](){}ṆḌλƛΩ₳µ⟨|ı] }
@precedence { Space, Element }
}

0 comments on commit e63ec56

Please sign in to comment.