Commit Graph

4 Commits

Author SHA1 Message Date
kevinnls
eb60d446c7 feat: rudimentary UNIX style options (not very sane) 2021-04-05 22:36:35 +05:30
kevinnls
8ae94ac60c patch: hash() returns integer so gcc stops warning` 2021-04-05 21:06:45 +05:30
kevinnls
4c626f657e feat: basic argugment parsing + placeholders
- added placeholders for items to be implemented
- basic parsing of _argv using `parse()`
    - copies `_argv` to global `argv`
	- alternative pref
    - need hashing function to match with switch-case
- refactored print statements into main
    - and wrapped in conditions
    - fixed global default conditions to 1 (true)
- vim auto indent applied
2021-04-03 23:34:19 +05:30
kevinnls
774b2a39b2 init coding and test thing 2021-03-29 20:19:50 +05:30