mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
27 lines
766 B
Plaintext
27 lines
766 B
Plaintext
|
---input---
|
|||
|
_op_←{_←⍺ ⍵⋄(⍺⍺ ⍺)+⍵⍵ ⍵}
|
|||
|
|
|||
|
---tokens---
|
|||
|
'_op_' Name.Variable
|
|||
|
'←' Keyword.Declaration
|
|||
|
'{' Keyword.Type
|
|||
|
'_' Name.Variable
|
|||
|
'←' Keyword.Declaration
|
|||
|
'⍺' Name.Builtin.Pseudo
|
|||
|
' ' Text.Whitespace
|
|||
|
'⍵' Name.Builtin.Pseudo
|
|||
|
'⋄' Punctuation
|
|||
|
'(' Punctuation
|
|||
|
'⍺' Name.Builtin.Pseudo
|
|||
|
'⍺' Name.Builtin.Pseudo
|
|||
|
' ' Text.Whitespace
|
|||
|
'⍺' Name.Builtin.Pseudo
|
|||
|
')' Punctuation
|
|||
|
'+' Operator
|
|||
|
'⍵' Name.Builtin.Pseudo
|
|||
|
'⍵' Name.Builtin.Pseudo
|
|||
|
' ' Text.Whitespace
|
|||
|
'⍵' Name.Builtin.Pseudo
|
|||
|
'}' Keyword.Type
|
|||
|
'\n' Text.Whitespace
|