Commit graph

125 commits

Author SHA1 Message Date
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
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
Aidan
bd22b84699
comments support, script loading support 2020-07-15 18:41:54 -07:00
Aidan
654e8bd55b
fix typo 2020-07-15 17:26:44 -07:00
Aidan
fc1dd7a2e3
add util module 2020-07-15 17:25:49 -07:00
Aidan Hahn
351f4d4f64 Merge branch 'dev' into 'master'
update readme

See merge request whom/shs!5
2020-07-09 04:28:55 +00:00
Aidan
ad89d8b4fb
update readme 2020-07-08 21:27:56 -07:00
Aidan Hahn
5363896c85 Merge branch 'dev' into 'master'
merge current dev to master

See merge request whom/shs!4
2020-07-09 04:23:13 +00:00
Aidan
81d299aa5e
fix bug in repeated function calls 2020-07-08 21:09:24 -07:00
Aidan
93cd5c5a48
fix func declaration syntax 2020-07-08 19:39:09 -07:00
Aidan
5a0a7e21f5
fix variable declaration syntax 2020-07-08 19:33:25 -07:00
Aidan
19a16d8de0
Updated readme's, add prototype function declaration operation 2020-07-04 20:41:10 -07:00
Aidan
c90d445d7d
added ability for user to enter boolean literals 2020-07-03 19:51:03 -07:00
Aidan
4865c7ce92
export var functions 2020-07-03 16:27:02 -07:00
Aidan
a08677b4f4
test 2020-07-03 11:01:29 -07:00
Aidan
346e24179d
update top level readme 2020-07-03 10:58:25 -07:00
Aidan
f98cd75160
load from config file 2020-07-03 02:02:12 -07:00
Aidan
0d7eb4139b
dont require top level parens 2020-07-03 01:05:25 -07:00
Aidan
de3e3e5d4e
file operations in stdlib 2020-07-02 19:35:22 -07:00
Aidan
1802bce604
fix cd bug 2020-07-02 16:44:14 -07:00
Aidan
a5f157dbd7
add input function 2020-07-02 16:27:22 -07:00
Aidan
c253dc6375
fix typo, update tag to string function 2020-06-30 20:53:40 -07:00