#preprocessor #hemtt #macro #define

hemtt-preprocessor

A preprocessor library for hemtt

1 stable release

1.0.0 Mar 16, 2023

#1923 in Rust patterns

22 downloads per month
Used in 2 crates

GPL-2.0 license

69KB
1.5K SLoC

Preprocessor

Differences from BI Preprocessor

  • The following built-in macros are not supported:

    • __has_include()
    • __GAME_VER__
    • __GAME_VER_MAJ__
    • __GAME_VER_MIN__
    • __GAME_BUILD__
    • __A3_DEBUG__
    • __EXEC()
    • __EVAL()
  • Tabs after #define are ignored.

    #define EXAMPLE				1
    

    BI:

    value =				1;
    

    HEMTT:

    value = 1;
    

lib.rs:

HEMTT - Arma 3 Preprocessor

Dependencies

~3–14MB
~136K SLoC