Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Kenneth Myhra
7cb19b2965
cpp-processor: Port to LibMain :^)
2021-12-11 15:10:42 -08:00
Ralf Donau
60a4da8e20
Utilities: Use File.error_string() instead of perror(3) in cpp-*
2021-08-22 02:01:58 +02:00
Itamar
fd864fbb74
Utilities: Add 'file' and 'definitions' arguments to cpp-preprocessor
...
The 'file' argument allows specifying a file path.
The 'definitions' flag controls whether preprocessor definitions are
printed.
2021-08-14 12:40:55 +02:00
Itamar
8505fcb8ae
LibCpp: Understand preprocessor macro definition and invocation
...
The preprocessor now understands when a function-like macro is defined,
and can also parse calls to such macros.
The actual evaluation of function-like macros will be done in a
separate commit.
2021-08-14 12:40:55 +02:00
Itamar
06e47ce7aa
Utilities: Rename PreprocessorTest=>cpp-preprocessor
2021-08-14 12:40:55 +02:00