RexxLA / NetRexx

Other
6 stars 0 forks source link

add shebang support #45

Closed rvjansen closed 1 year ago

rvjansen commented 1 year ago

Add support for a shebang:

#!/usr/bin/env nr

Which means the translator should ignore #! if it is the first line of the source program and not throw an error.

rvjansen commented 1 year ago

fixed by Marc in 4.05