Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
18
Task/Multisplit/Bracmat/multisplit.bracmat
Normal file
18
Task/Multisplit/Bracmat/multisplit.bracmat
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
( ( oneOf
|
||||
= operator
|
||||
. !arg:%?operator ?arg
|
||||
& ( @(!sjt:!operator ?arg)&(!operator.!arg)
|
||||
| oneOf$!arg
|
||||
)
|
||||
)
|
||||
& "a!===b=!=c":?unparsed
|
||||
& "==" "!=" "=":?operators
|
||||
& whl
|
||||
' ( @( !unparsed
|
||||
: ?nonOp [%(oneOf$!operators:(?operator.?unparsed))
|
||||
)
|
||||
& put$(!nonOp str$("{" !operator "} "))
|
||||
)
|
||||
& put$!unparsed
|
||||
& put$\n
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue