-
Notifications
You must be signed in to change notification settings - Fork 0
Clang addin module to construct C macros to generate CLIPS code and corresponding C++ code
License
DrItanium/KnowledgeMacroGenerator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This plugin is used to generate the list of fields for the knowledge construction engine. Build the plugin by running `make` in this directory. Once the plugin is built, you can run it using: -- Linux: $ clang -cc1 -load ../../Debug+Asserts/lib/libKnowledgeMacroGenerator.so -plugin print-fns some-input-file.c $ clang -cc1 -load ../../Debug+Asserts/lib/libKnowledgeMacroGenerator.so -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c $ clang -cc1 -load ../../Debug+Asserts/lib/libKnowledgeMacroGenerator.so -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c Mac: $ clang -cc1 -load ../../Debug+Asserts/lib/libKnowledgeMacroGenerator.dylib -plugin print-fns some-input-file.c $ clang -cc1 -load ../../Debug+Asserts/lib/libKnowledgeMacroGenerator.dylib -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print-fns --example-argument some-input-file.c $ clang -cc1 -load ../../Debug+Asserts/lib/libKnowledgeMacroGenerator.dylib -plugin print-fns -plugin-arg-print-fns -an-error some-input-file.c
About
Clang addin module to construct C macros to generate CLIPS code and corresponding C++ code
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published