NewLang Project
Yet another programm language
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | VERSION_DATE_BUILD_STR "2024.11.22 21:09:37" |
#define | VERSION_SOURCE_FULL_ID "v0.5.0-2827270c 2024.11.22 21:09:37" |
#define | VERSION (0 << 4 | 5) |
#define | VERSION_GIT_SOURCE "v0.5.0-2827270c" |
Variables | |
const uint8_t | VERSION_MAJOR |
const uint8_t | VERSION_MINOR |
const uint8_t | VERSION_PATCH |
const char * | GIT_SOURCE |
const char * | DATE_BUILD_STR |
const char * | SOURCE_FULL_ID |
Auto generate file for identification current build Date build 2024.11.22 21:09:37
Definition in file version.h.
#define VERSION_SOURCE_FULL_ID "v0.5.0-2827270c 2024.11.22 21:09:37" |
Definition at line 7 of file version.h.
Referenced by newlang::NLC::AnswerCGI(), newlang::JIT::MakeCodeModule(), newlang::JIT::MakeMainEmbed(), and newlang::NLC::Run().
#define VERSION (0 << 4 | 5) |
Definition at line 14 of file version.h.
Referenced by newlang::Parser::ExpandPredefMacro().
|
extern |
Definition at line 8 of file version.cpp.
|
extern |
Definition at line 9 of file version.cpp.
|
extern |
Definition at line 10 of file version.cpp.
|
extern |
Definition at line 12 of file version.cpp.
Referenced by newlang::Parser::ExpandPredefMacro().
|
extern |
Definition at line 13 of file version.cpp.
Referenced by newlang::Parser::ExpandPredefMacro().
|
extern |
Definition at line 14 of file version.cpp.
Referenced by newlang::Parser::ExpandPredefMacro().