Commit Graph

13 Commits

Author SHA1 Message Date
kevinnls
c9a787f983 use date in nanoseconds for unique naming instead of $RANDOM 2021-04-07 22:54:21 +05:30
kevinnls
df9665ae95 rename to stop clashing with test in environment 2021-04-06 12:18:07 +05:30
kevinnls
af87d6cf4b misc: reorganise a bit + slightly unique _onames
- bc why not?
- dir **tests.d** to take test scripts
2021-04-06 12:16:17 +05:30
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