about summary refs log tree commit diff stats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* clean code up, move basic ops to cmds.c HEAD masterDaniel Perez2021-12-021-55/+45
|
* fix segfault on EOFDaniel2021-11-071-1/+2
|
* remove obsolete freeDaniel2021-11-071-3/+0
|
* made commands maybe more readable, added ^Daniel2021-11-071-0/+4
| | | | Signed-off-by: Daniel <steew0x8@protonmail.com>
* fix stack showing after list outputDaniel2021-11-071-1/+1
|
* dont error on stack limitDaniel2021-11-071-1/+4
|
* fix list and error without messageDaniel2021-11-071-2/+2
|
* added a greeting messageDaniel2021-11-061-1/+4
|
* added argument count check for funcsDaniel2021-11-061-0/+6
|
* added some functionsDaniel2021-11-061-2/+6
|
* replaced if else chain, TODO: bsearchDaniel2021-11-061-17/+23
|
* started working on a binary treeDaniel2021-11-061-25/+39
|
* initial commitDaniel2021-11-031-0/+65