The following code fragment doesn't compile:
PUB null
PUB main(arg)
case arg.byte[1]--
2..10: abort
other: arg.byte[0]++
The issue here is with the 2..10 range (expecting ":"). Using $2..10 works
fine. Needless to say, the proptool doesn't have this issue.
Compiler has been build with today's head of SVN under mingw32 (Vista) by
running make.
Original issue reported on code.google.com by marko.lu...@kyi.biglobe.ne.jp on 23 Jan 2012 at 5:40
Original issue reported on code.google.com by
marko.lu...@kyi.biglobe.ne.jp
on 23 Jan 2012 at 5:40