bindings-dsl icon indicating copy to clipboard operation
bindings-dsl copied to clipboard

Support for line/column numbers in stoptype macro and friends

Open flip111 opened this issue 6 years ago • 0 comments

Right now hsc_stoptype generates a bunch of code which can contain errors. These errors point to wrong line numbers in the original HSC files because the C macro doesn't print HS line pragma's. When the line numbers can be passed to the hsc_starttype and hsc_field macro's then the correct line pragma's can be generated.

flip111 avatar Dec 26 '18 15:12 flip111