feat: folding logical operations
This commit is contained in:
parent
92e8bcd866
commit
2260ccda25
24 changed files with 310 additions and 151 deletions
6
src/Story/testdata/I118/story.ink
vendored
Normal file
6
src/Story/testdata/I118/story.ink
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
VAR negativeLiteral = -1
|
||||
VAR negativeLiteral2 = not not false
|
||||
VAR negativeLiteral3 = !(0)
|
||||
{negativeLiteral + 0}
|
||||
{negativeLiteral2 + 0}
|
||||
{negativeLiteral3 + 0}
|
||||
Loading…
Add table
Add a link
Reference in a new issue