Update README.md

This commit is contained in:
Dustin Spicuzza 2023-03-17 01:39:39 -04:00 committed by GitHub
parent 01c93956b5
commit adc8273e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
cxxheaderparser
===============
**Note**: This is still a work in progress, but should be stable in a few weeks
once I port robotpy-build over to use it
**Note**: This is still a work in progress, but should be stable ~in a few weeks~
once I port robotpy-build over to use it. Someday I'll do that, probably!
A pure python C++ header parser that parses C++ headers in a mildly naive
manner that allows it to handle many C++ constructs, including many modern