bindings-dsl
bindings-dsl copied to clipboard
Support for line/column numbers in stoptype macro and friends
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.