codereport / jsource

J Language Source Code. Livestream links ⬇️
https://www.youtube.com/playlist?list=PLVFrD1dmDdvfVhYLU_iKkV67X9XqCJLWe
Other
38 stars 20 forks source link

Macro removal #186

Closed juntuu closed 3 years ago

juntuu commented 3 years ago

Replaced macro invocations of the form #define <name>(...) jt<name>(jt, ...) with direct function calls. And subsequently removed most of the macros (unless used as parameters for other macros).

I might have missed some, but those will be found eventually...