btparser/btparser
Duncan Ogilvie da5f499ca4 Add tok_directive and support $ in identifiers 2025-09-10 03:12:30 +02:00
..
tests Add test headers from Jonas 2025-01-18 18:05:11 +01:00
.gitignore cparser -> btparser 2016-06-05 15:51:53 +02:00
ast.h AStyle 2016-11-22 09:37:09 +01:00
btparser.vcxproj Continue implementing more advanced C features 2023-02-06 04:17:25 +01:00
btparser.vcxproj.filters Continue implementing more advanced C features 2023-02-06 04:17:25 +01:00
btparser.vcxproj.user cparser -> btparser 2016-06-05 15:51:53 +02:00
helpers.h Port to cmkr and macos 2023-11-27 14:21:09 +01:00
keywords.h Add support for parsing jni.h 2023-11-28 14:13:10 +01:00
lexer.cpp Add tok_directive and support $ in identifiers 2025-09-10 03:12:30 +02:00
lexer.h Add tok_directive and support $ in identifiers 2025-09-10 03:12:30 +02:00
main.cpp Add example for JNI parser 2025-01-18 18:07:07 +01:00
operators.h Continue implementing more advanced C features 2023-02-06 04:17:25 +01:00
preprocessor.cpp Add tok_directive and support $ in identifiers 2025-09-10 03:12:30 +02:00
preprocessor.h Implement a hacky preprocessor 2023-02-05 02:16:27 +01:00
testfiles.h cparser -> btparser 2016-06-05 15:51:53 +02:00
types.cpp Port to cmkr and macos 2023-11-27 14:21:09 +01:00
types.h Support destructors and save the kind in QualifiedType 2023-04-16 14:57:33 +02:00
typesparser.cpp Skip function body 2025-01-25 03:08:32 +01:00