Commit Graph

10 Commits

Author SHA1 Message Date
kevinnls
eb60d446c7 feat: rudimentary UNIX style options (not very sane) 2021-04-05 22:36:35 +05:30
kevinnls
50a84ee248 add: clang to compiler list
did i even have to?
2021-04-05 22:25:08 +05:30
kevinnls
77ad5e7dc6 fix: change shebang for portability 2021-04-05 21:17:52 +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
c1fa11ce1f test: pass script args to executable binary in function test 2021-04-03 23:03:34 +05:30
kevinnls
7007d59718 test: improve test script to run from anywhere + stricter exit on error 2021-04-03 16:29:00 +05:30
kevinnls
774b2a39b2 init coding and test thing 2021-03-29 20:19:50 +05:30
kevinnls
e7ee3ed6a2 init: README 2021-03-29 11:32:15 +05:30
kevinnls
b134af58f7 root commit 2021-03-29 11:10:47 +05:30