Kray-G/kinx

Support `#line` directive like C.

Kray-G opened this issue · 1 comments

This feature will be very useful for a source code generator.

Like this.

#line 20 "other.kx"
System.println([__FILE__, __LINE__]); // => ["other.kx", 20]