Skip to content

Intelligent pre-processing of headers to generate single file headers without system header content

Notifications You must be signed in to change notification settings

ELC-lang/Header_File_constructor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Header_File_constructor

Intelligent pre-processing of headers to generate single file headers without system header content

usage

Usage: Header_File_constructor [options] in_file out_file
Options:
  -f, --full
    Even under folder handling each file is guaranteed to be included individually without error
  -h, --help
    Display help
  -r, --relocate
    Relocate the input file path in "#line" to the specified path
  -b, --skip-simple-block-comment
    Skip simple block comment
  -f, --format
    Format the line beginning
    This will result in a better looking output file,
    but the number of columns in the compilation warning will not match the source file.
  -s, --std-out
    Output to standard output
if in_file is a directory, out_file must be a directory or not exist,
and all superficial files in in_file will be processed.

example

online_cpp_header_files form elc

About

Intelligent pre-processing of headers to generate single file headers without system header content

Resources

Stars

Watchers

Forks

Languages