- Updated parser to correctly interpret C++ `//` and `/* ... */` comments within template code. - Split preprocessing implementation into separate files for better organization. - Added regression test for comment parsing in templates. - Adjusted CSS styles for improved layout and readability in documentation.
5 lines
118 B
C
5 lines
118 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
String compiler_preprocess_source(Request* context, SharedUnit* su, String content); |