glslang-zig/glslang/MachineIndependent/preprocessor
John Kessenich d485e0b710 PP: Implement token pasting for PP identifiers.
Implement token pasting as per the C++ specification, within the current
style of the PP code.
Non-identifiers (turning 12 ## 10 into the numeral 1210) is not yet covered;
they should be a simple incremental change built on this one.
Addresses issue #255.
2016-12-19 09:19:43 -07:00
..
Pp.cpp PP: Implement token pasting for PP identifiers. 2016-12-19 09:19:43 -07:00
PpAtom.cpp Build: C++ headers: Replace PR #366 with a more directed version. 2016-08-05 14:04:23 -06:00
PpContext.cpp Build: C++ headers: Replace PR #366 with a more directed version. 2016-08-05 14:04:23 -06:00
PpContext.h PP: Implement token pasting for PP identifiers. 2016-12-19 09:19:43 -07:00
PpMemory.cpp Build: C++ headers: Replace PR #366 with a more directed version. 2016-08-05 14:04:23 -06:00
PpScanner.cpp PP: Implement token pasting for PP identifiers. 2016-12-19 09:19:43 -07:00
PpSymbols.cpp Build: C++ headers: Replace PR #366 with a more directed version. 2016-08-05 14:04:23 -06:00
PpTokens.cpp PP: Implement token pasting for PP identifiers. 2016-12-19 09:19:43 -07:00
PpTokens.h Parser: Implement extension GL_AMD_gpu_shader_half_float. 2016-09-30 16:13:06 +08:00