codereport / jsource

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

Remove XNUM (Extended Integer) #111

Open codereport opened 3 years ago

codereport commented 3 years ago

This will be very involved. Probably easiest to break up into small PRs. Note that tests will have to be modified or removed.

This is a good example PR https://github.com/codereport/jsource/pull/112 of how to remove a piece of XNUM. Note that the the tests didn't have to be remove, I could just remove the x and they worked :slightly_smiling_face: