Jump to content

  • Log In with Google      Sign In   
  • Create Account

Apmyp

Member Since 24 Aug 2012
Offline Last Active Sep 25 2012 01:01 AM
-----

Topics I've Started

Preprocessing

24 August 2012 - 04:09 AM

Hello,

I have a few questions about possibility own built-in preprocessing to realize addition functionality.

1) I would like to add #define directive. How can I do this?
2) Is it possible to add some another preprocessor directives?
3) Is it possible to replace not-AS type to built-in type? For example from "unassigned int" to "uint".
4) Is it possible to re-declare arrays from AS-way to C-way. I mean using "int arr[5]" instead of "int[] arr(5)".

Thank you in advance.

PARTNERS