Cjam crashes on parsing windows line endings
A stack-oriented programming language suitable for code golfing
Status: Alpha
Brought to you by:
aditsu
When trying to parse a cjam script that uses windows line endings, I get
not handled thread "main" java.lang.RuntimeException:
at net.aditsu.cjam.Block.parseOp(Block.java:292)
at net.aditsu.cjam.Block.parse(Block.java:158)
at net.aditsu.cjam.Block.parse(Block.java:90)
at net.aditsu.cjam.CJam.main(CJam.java:234)
I don't know if windows is supported, but it should be easy to fix anyway.
Hi, can you please attach a file that demonstrates the problem? Also, are you running CJam in windows? (Just making sure)
Yes, windows 7
Fixed, will release in next version