samiam95124 / Pascal-P6

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

Move compiler options out of source code (and onto command line) #122

Open samiam95124 opened 8 months ago

samiam95124 commented 8 months ago

The use of options in the source is compiler specific. Pascal-P6 can parse options from the command line (in extended mode), so does not really need this anymore. The options, in the few places they are required, can be part of the Makefile and in scripts.