boriel-basic / zxbasic

The Sinclair ZX Spectrum BASIC compiler!
http://zxbasic.net
GNU Affero General Public License v3.0
207 stars 27 forks source link

refact: change --format=IR to --format=ir #814

Closed boriel closed 1 month ago

boriel commented 1 month ago

IR stands for Intermediate Representation. This format is used by ZXBasicStudio and is useful for inspection.

Also, the extension is now .ir instead of IR. Some options helps have also been updated.