Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nanonyme
/
simplecpreprocessor
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Implement #if and #elif with expression evaluation
- #87
#87
Merged
nanonyme
merged 12 commits into
main
nanonyme/simplecpreprocessor:main
from
copilot/add-if-elif-support
nanonyme/simplecpreprocessor:copilot/add-if-elif-support
Copy head branch name to clipboard
Feb 19, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Implement #if and #elif with expression evaluation
#87
nanonyme
merged 12 commits into
main
nanonyme/simplecpreprocessor:main
from
copilot/add-if-elif-support
nanonyme/simplecpreprocessor:copilot/add-if-elif-support
Copy head branch name to clipboard
Commits
Commits on Feb 18, 2026
Initial plan
Copilot
committed
753ced8
View commit details
Copy full SHA for 753ced8
Browse repository at this point
Implement #if and #elif support with expression parser
Show description for 410a22f
Copilot
and
nanonyme
committed
410a22f
View commit details
Copy full SHA for 410a22f
Browse repository at this point
Update README to document #if and #elif support
Show description for b2589d0
Copilot
and
nanonyme
committed
b2589d0
View commit details
Copy full SHA for b2589d0
Browse repository at this point
Fix #elif and #else logic for if/elif chains
Show description for fa7e590
Copilot
and
nanonyme
committed
fa7e590
View commit details
Copy full SHA for fa7e590
Browse repository at this point
Refactor to stack-based condition frames for clearer logic
Show description for c746216
Copilot
and
nanonyme
committed
c746216
View commit details
Copy full SHA for c746216
Browse repository at this point
Use walrus operator in expression parser loop
Show description for fbb2e8e
Copilot
and
nanonyme
committed
fbb2e8e
View commit details
Copy full SHA for fbb2e8e
Browse repository at this point
Add codecov.yml and update coverage documentation
Show description for 40efbbc
Copilot
and
nanonyme
committed
40efbbc
View commit details
Copy full SHA for 40efbbc
Browse repository at this point
Add coverage.xml to .gitignore
Show description for d5d0396
Copilot
and
nanonyme
committed
d5d0396
View commit details
Copy full SHA for d5d0396
Browse repository at this point
Improve test coverage to 98% with comprehensive edge case tests
Show description for 4069aa4
Copilot
and
nanonyme
committed
4069aa4
View commit details
Copy full SHA for 4069aa4
Browse repository at this point
Fix codecov path mapping issue with relative_files option
Show description for 66694c3
Copilot
and
nanonyme
committed
66694c3
View commit details
Copy full SHA for 66694c3
Browse repository at this point
Fix codecov workflow configuration with root_dir
Show description for bad0b0e
Copilot
and
nanonyme
committed
bad0b0e
View commit details
Copy full SHA for bad0b0e
Browse repository at this point
Restructure CI workflow to run coverage tests in upload job
Show description for cbd1411
Copilot
and
nanonyme
committed
cbd1411
View commit details
Copy full SHA for cbd1411
Browse repository at this point
You can’t perform that action at this time.