issues
search
tlaplus-community
/
tree-sitter-tlaplus
A tree-sitter grammar for TLA⁺ and PlusCal
MIT License
57
stars
10
forks
source link
Added additional Unicode alternatives, added tests
#44
Closed
ahelwer
closed
3 years ago
ahelwer
commented
3 years ago
Nat
,
Int
, and
Real
can now use the alternative
ℕ
,
ℤ
, and
ℝ
symbols respectively
Converted
primitive_value_set
node to a supertype, added nodes for each primitive value set type
Fixed not specifying
:
and
→
as right delimiters in external scanner
Added additional tests for
CASE
construct, including Unicode tests
Added tests of
]
,
→
, and
:
as right-delimiters for jlists
Bumped minor version number
Nat
,Int
, andReal
can now use the alternativeℕ
,ℤ
, andℝ
symbols respectivelyprimitive_value_set
node to a supertype, added nodes for each primitive value set type:
and→
as right delimiters in external scannerCASE
construct, including Unicode tests]
,→
, and:
as right-delimiters for jlists