Commit graph

145 commits

Author SHA1 Message Date
Aidan
5b8716c0c4
extend build instructions 2021-05-31 15:36:12 -07:00
Aidan Hahn
47530e330b Merge branch 'readme_improvements' into 'master'
more readme edits

See merge request whom/shs!11
2021-05-31 22:29:00 +00:00
Aidan
901037fa30
more readme edits 2021-05-31 15:26:24 -07:00
Aidan
4efe4bfcaa
more readme edits 2021-05-31 15:05:37 -07:00
Aidan
f1d17a2d5f
rename license file for godoc 2021-05-23 22:02:48 -07:00
Aidan
aae28f68b6
fixed issue in documentation of while loop 2021-05-23 22:01:46 -07:00
Aidan
7e3639d48b
more readme updates 2021-05-23 21:45:26 -07:00
Aidan
8d2811be87
squash! updated readme to improve documentation 2021-05-23 21:06:18 -07:00
Aidan
87b11cff7a
updated readme to improve documentation 2021-05-23 21:03:22 -07:00
Aidan Hahn
c2b86b7f4d Merge branch 'dev' into 'master'
Merge new features to master

See merge request whom/shs!10
2020-08-27 06:51:49 +00:00
Aidan
fcdde50faa
added list index function 2020-08-26 23:45:02 -07:00
Aidan
12caeedf68
add a string replace method 2020-08-26 22:32:01 -07:00
Aidan
591402b428
finish fixing things 2020-08-26 21:36:06 -07:00
Aidan
6afd01da2a
syncing unfinished work with dev 2020-08-22 12:37:06 -07:00
Aidan
4ce1f7137c
better log line, fix issue with sym eval 2020-08-21 18:02:49 -07:00
Aidan
87004ff7fd
fix build from last night 2020-08-21 17:37:54 -07:00
Aidan
ab340ceb0a
perform arg type checking and evaluation before function call 2020-08-21 01:37:04 -07:00
Aidan
90284f2d06
negative number parsing 2020-08-21 00:14:31 -07:00
Aidan
69536783c7
added string join method 2020-08-20 23:39:57 -07:00
Aidan
37e6e24447
add split function 2020-08-14 15:59:38 -07:00
Aidan
546e1711e5
handle escaped spaces in tokens + filepaths in completions 2020-08-13 12:14:10 -07:00
Aidan
61dd498d27
fix comment parsing 2020-07-29 07:41:35 -07:00
Aidan
bc8ed07125
clean up segfaults on bad variable decls 2020-07-29 06:46:54 -07:00
Aidan
530dbe7e21
EOF aborts shell 2020-07-24 20:37:46 -07:00
Aidan
adff10b56a
added slice function 2020-07-24 20:32:08 -07:00
Aidan
15e294085c
some rudimentary list operations 2020-07-24 19:58:09 -07:00
Aidan Hahn
ed20c03363 Merge branch 'dev' into 'master'
Proper Job Control

Closes #9 and #1

See merge request whom/shs!9
2020-07-24 02:59:08 +00:00
Aidan
5d538d4a0b
fixed background process execution 2020-07-23 19:54:36 -07:00
Aidan
f34c9070c8
I decided I wanted it like this. Soon it should be configurable 2020-07-23 12:12:56 -07:00
Aidan
1f192607b2
update debug log usage and add fanciness to log printing 2020-07-23 12:08:29 -07:00
Aidan
91498926d5
change liner source so that we can have good tty config 2020-07-22 23:00:25 -07:00
Aidan
f69532d54c
better handling of interrupt 2020-07-22 22:30:56 -07:00
Aidan
e098a8812c
fg tasks 2020-07-22 21:56:31 -07:00
Aidan
08bb7073cd
incomplete work: big call lib refactor 2020-07-22 00:22:39 -07:00
Aidan
e57a97c601
update readme 2020-07-20 09:42:18 -07:00
Aidan
44521f306f
improvements for tab complete 2020-07-20 09:16:05 -07:00
Aidan Hahn
dbd288a0ff Merge branch 'master' into 'dev'
sync dev and master

See merge request whom/shs!8
2020-07-20 04:49:43 +00:00
Aidan Hahn
63de839d98 Merge branch 'documentation' into 'master'
Documentation

See merge request whom/shs!6
2020-07-20 04:47:24 +00:00
Aidan
26e331f331
fix builds 2020-07-19 21:46:21 -07:00
Aidan
ae9ca588d6
Merge branch 'documentation' of https://gitlab.com/whom/shs into documentation 2020-07-19 15:04:35 -07:00
Aidan
e1913fea2c
incomplete docs for stdlib 2020-07-19 14:53:27 -07:00
Aidan
ee39de01fd
much stdlib docs 2020-07-19 14:37:20 -07:00
Aidan
b941df68e1
godoc for extra packages 2020-07-18 14:45:36 -07:00
Aidan
fec3550702
ast package full godoc 2020-07-18 14:40:35 -07:00
Aidan
956044cfae
improve autocomplete 2020-07-18 14:19:58 -07:00
Aidan
d5edb2bad2
added shell tab complete 2020-07-18 10:44:34 -07:00
Aidan
44beab651c
added progn form 2020-07-18 10:44:18 -07:00
Aidan
8278430882
added type casts 2020-07-18 00:22:43 -07:00
Aidan
77ce00970f
print statement should allow for escaping stuff 2020-07-17 23:51:31 -07:00
Aidan
d0e3946aff
rename repl 2020-07-17 11:36:13 -07:00