Skip to content

[Under development] Comprehensive and configurable command line arguments parser library

License

Notifications You must be signed in to change notification settings

SourLemonJuice/ArgParseX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArgParseX

Warning

Still under development

Comprehensive and configurable command line arguments parser library.
Written for C language

Documents

At here(Simplified Chinese): docs/

C standard

Compatibility whit C99 is the main thing.
But i think it might be possible to implement a new interface for C23 with macro switch.
There has auto and typeof()... that could make things easier

Todo

  • 时间复杂度可能有点高的说,等最后肯定会去用哈希表什么的啦...
  • 重复匹配一个标志的后果?

See also

License

Published under MIT license

About

[Under development] Comprehensive and configurable command line arguments parser library

Topics

Resources

License

Stars

Watchers

Forks