samiam95124 / Pascal-P6

6th version of Niklaus Wirth's original Pascal language compiler system
Other
28 stars 9 forks source link

Self compile macro can be removed #134

Closed samiam95124 closed 1 day ago

samiam95124 commented 7 months ago

The self compile macro is no longer required and can be removed.

samiam95124 commented 1 day ago

While it is true that Pascal-P6's compilation of itself to binaries has basically obsoleted the self compile ability (more accurately self interpret), it is an interesting stunt that may be repeated in the future. This combined with the fact that cpp macro preprocessing is not going away makes this ticket deprecated.

Closing.