mirror of
https://github.com/janet-lang/janet
synced 2024-11-15 21:24:48 +00:00
7d57f87007
This turns splices that are ignored into compiler errors. Other alternatives here should also be considered, for example making this a compiler warning rather than an error. For example, the latest spork as of a3ee63c137ee3234987dbbca71b566994ff8ae8c has an error of this kind, but the resulting program does work correctly. Also disallow splice propagation - code of the form (+ 1 (do ;[2 3 4]) 5). |
||
---|---|---|
.. | ||
amalg | ||
fuzzers | ||
helper.janet | ||
suite0000.janet | ||
suite0001.janet | ||
suite0002.janet | ||
suite0003.janet | ||
suite0004.janet | ||
suite0005.janet | ||
suite0006.janet | ||
suite0007.janet | ||
suite0008.janet | ||
suite0009.janet | ||
suite0010.janet | ||
suite0011.janet | ||
suite0012.janet | ||
suite0013.janet | ||
suite0014.janet | ||
suite0015.janet |