-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output types: ExternalAPI, ExternalTypes, and Makefile generation #90
Conversation
FYI, the --cleanup option does not clean up the ExternalTypes.krml and ExternalAPI.krml files |
I also see these krml warnings Warning 24: EverParse3d.ErrorCode.is_error is marked [@cinline] and also covered by a -static-header krml option... the [@cinline] is redundant because -static-header generates code marked as static inline |
With @aseemr and @nikswamy
Also includes:
EVERPARSE_INPUT_STREAM_BASE
instead ofEverParseInputStreamBase
--
(no_
)emit_output_types_defs
--add_include
to add a#include
directive to all generated.c
and.h
files