chuck
chuck copied to clipboard
chuck/miniAudicle error caret position error
repeated compilation with error seems to not reset error position (miniAudicle, possibly also CLI)
fun int[] foo( x ) { return null; }
error:
Untitled:1:18: syntax error
[1] fun void foo( int[] a )
^
Untitled:1:36: syntax error
[1] fun int[] foo( x )
^
Untitled:1:54: syntax error
[1] fun int[] foo( x )
^