[fpc-pascal] Proper preprocessor?

Ryan Joseph ryan at thealchemistguild.com
Thu Jun 21 15:53:28 CEST 2018


I’m actually making rapid progress on a macro function syntax where the parameters are replaced by the inputs when called:

{$define put(x):='into_x’}

put(100); // replaces to ‘into_100’

Do I have permission to develop this feature (even if it’s hidden behind a modeswitch) and if so should I privately contact someone on the compiler team to verify that I’m doing compiler approved things? I have lots of stupid questions like is “array of ansistring” ok and can I use strutils functions etc.. and I don’t want to pollute the list with them.


Regards,
	Ryan Joseph




More information about the fpc-pascal mailing list