issues
search
ned14
/
pcpp
A C99 preprocessor written in pure Python
Other
222
stars
41
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
trigraphs are evaluated by default
#100
pmp-p
opened
3 weeks ago
1
#include "filename" incorrectly (?) looks in ancestor directories
#99
mrolle45
opened
4 months ago
1
Add support for include_next directive
#98
Dudeldu
opened
8 months ago
0
Support for `__has_include`
#97
akrzemi1
opened
9 months ago
2
#include guard containing whitespace is not detected.
#96
mrolle45
opened
10 months ago
1
Unterminated char or string literal should raise an error.
#95
mrolle45
opened
10 months ago
1
# operator keeps comments in the result
#94
mrolle45
opened
10 months ago
1
## next to whitespace concatentes with the whitespace.
#93
mrolle45
opened
10 months ago
1
FLOAT incorrectly tokenized.
#92
mrolle45
opened
10 months ago
1
## with empty macro argument is wrong.
#91
mrolle45
opened
10 months ago
1
How to communicate with you?
#90
mrolle45
opened
10 months ago
1
#include "..." parses the file name incorrectly. It is **not** a string literal.
#89
mrolle45
opened
11 months ago
1
Function macro is expanded if a preprocessor directive separates it from its arguments.
#88
mrolle45
opened
11 months ago
0
Drop Python 2.7 compatibility?
#87
mrolle45
opened
11 months ago
1
Drop Python 2.7?
#86
mrolle45
closed
11 months ago
1
Unfound includes passed through despite NO `--passthru-unfound-includes`
#85
mara004
opened
11 months ago
13
Possible to emulate -traditional-cpp behavior?
#84
mathomp4
closed
1 year ago
2
Would like an option to parse all includes but only output current file
#83
virtuald
opened
1 year ago
3
LL suffix not parsed correctly
#82
Melsius
opened
1 year ago
1
handle define inside ifdefs?
#81
drcicero
closed
1 year ago
1
Add PP_NUMBER, remove CPP_INTEGER, CPP_FLOAT
#80
willwray
opened
2 years ago
17
SyntaxError on use in expression of symbol with leading decimal digits
#79
willwray
opened
2 years ago
13
Feature request: consider support for __VA_OPT__
#78
willwray
opened
2 years ago
1
Feature request: consider support for __has_include
#77
willwray
closed
2 years ago
1
Proposal: use submodule with relative path
#76
assarbad
closed
2 years ago
2
Rearranging how main() works (#73)
#75
assarbad
closed
2 years ago
2
Basic tox with pyenv setup for testing
#74
assarbad
opened
2 years ago
5
Just wondering about main() in pcmd.py
#73
assarbad
closed
2 years ago
0
RecursionError when Self-Referential Macros
#72
MatthewShao
opened
2 years ago
1
Incomplete macro reolving
#71
Rot127
opened
2 years ago
7
crash when using tool
#70
SourceCodeDeleted
opened
2 years ago
4
add release 1.30 to github
#69
s9105947
closed
2 years ago
2
Template expansion?
#68
trelau
closed
2 years ago
1
Avoid macro expansion
#67
soumyaranjansabat
opened
2 years ago
1
Preprocessor to AND, OR options
#66
soumyaranjansabat
closed
3 years ago
5
Macro expansion ignores whitespace before line continuation slash
#65
thisiscam
closed
3 years ago
2
URL should point to back github
#64
Dragon2fly
closed
3 years ago
1
Macro line continuation bug
#63
dslijepcevic
closed
3 years ago
2
Document how I can get an AST
#62
KOLANICH
closed
3 years ago
1
Remove eval which is still here
#61
KOLANICH
closed
3 years ago
8
Moved the metadata into setup.cfg
#60
KOLANICH
closed
3 years ago
2
Some include files are skipped after latest commit
#59
trelau
closed
3 years ago
6
Add new line after #include content is removed
#58
virtuald
closed
3 years ago
1
Missing new line after passing through includes
#57
trelau
closed
3 years ago
4
Running the preprocessor causes differences in the repository
#55
Sei-Lisa
closed
4 years ago
4
The README file in this repo has a bad link
#54
MrCull
closed
4 years ago
1
Implement __has_include() now we have a proper expression evaluator
#53
ned14
opened
4 years ago
1
error : Could not evaluate expression due to SyntaxError("around token '<' type CPP_LESS") (passed to evaluator: '!__has_include(<variant>)')
#56
QuellaZhang
closed
4 years ago
4
Do not evaluate unknown function-like macros to 0
#52
schra
closed
4 years ago
2
Implement new option --no-expand-includes that does not expand #includes but still evaluates them
#51
schra
closed
3 years ago
4
Next