Skip to content
/ h2cppx Public

Parse C++ header files and generate C++ implement code

Notifications You must be signed in to change notification settings

xuqix/h2cppx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Parse c++ header file and generate c++ implement code

Purpose: Provides "header file to cpp file" capabilities to develop plugin for other platform.

Required: python 2.x

Author: xiaok

External module required: yaml Cheetah

Third-party: pyvisitor CppHeaderParser(modification)

Github-Link

Help Query:

h2cppx -h

example:

python h2cppx sample/sample.h

Already includes platform support:

  1. vim support: vim-port branch, just use "git checkout vim-port" to get it.

About the error code description of program exit,see the doc/error_code.txt file.

About how to write a template file,see the doc/template.md file.

About

Parse C++ header files and generate C++ implement code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published