Skip to content

Commit

Permalink
Update vyxal.grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Jan 12, 2025
1 parent a319a1a commit 0511ac1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/common/scripts/language/vyxal.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ AnyString {
SingleCharString { "'" _ }
TwoCharString { "Ꮬ" _ _ }
TwoCharNumber { "Ꮠ" _ _ }
VariableThing { "#" ($[=$>]|":[") $A-Z] $[a-zA-Z0-9_]* }
VariableThing { "#" ($[=$>]|":[") $[A-Z] $[a-zA-Z0-9_]* }
ContextIndex { "#¤" @digit }
Element { ![~₳Ωλƛµ⎋⍟⎊⎄⩔Ẅ⎇ᖶ¿∥∦∺⁜⑴⑵⑶⑷⎂⟒ᛞ▦¨"#'().0123456789[\]k{|}ᏜᏐÞ∆ø„”“] }
@precedence { Space, Element }
}

}

0 comments on commit 0511ac1

Please sign in to comment.