Scott Richmond
|
76a87bf2d8
|
Improve readme
|
2022-04-28 19:28:32 -04:00 |
|
Scott Richmond
|
410dff327e
|
Remove old script
|
2022-04-28 19:28:20 -04:00 |
|
Scott Richmond
|
2f4be6f6a5
|
Play with scripts
|
2022-04-28 19:27:59 -04:00 |
|
Scott Richmond
|
3d2c4719a6
|
Set up for GraalVM native-image
|
2022-04-28 19:27:35 -04:00 |
|
Scott Richmond
|
ea8c9ea049
|
Add logo
|
2022-04-28 17:07:26 -04:00 |
|
Scott Richmond
|
c107289920
|
play around
|
2022-04-25 20:37:52 -04:00 |
|
Scott Richmond
|
3c51394278
|
run uses show as printer, not pprint
|
2022-04-25 20:37:29 -04:00 |
|
Scott Richmond
|
cf7e739a93
|
delete cruft
|
2022-04-25 20:37:08 -04:00 |
|
Scott Richmond
|
85a8e85799
|
test show
|
2022-04-25 20:21:43 -04:00 |
|
Scott Richmond
|
19a0e7e3d5
|
Factor show out to its own package.
|
2022-04-25 20:21:23 -04:00 |
|
Scott Richmond
|
6f16495aab
|
Improve ns access error message
|
2022-04-25 19:23:32 -04:00 |
|
Scott Richmond
|
4633941e08
|
Rename test scripts
|
2022-04-25 19:22:44 -04:00 |
|
Scott Richmond
|
a84e232cc7
|
Test imports, panics
|
2022-04-25 19:08:24 -04:00 |
|
Scott Richmond
|
6d81175b37
|
Wrap interpret in try/catch for more graceful panics
|
2022-04-25 19:08:05 -04:00 |
|
Scott Richmond
|
f7809d5ddf
|
Improve panic message reporting
|
2022-04-25 19:07:18 -04:00 |
|
Scott Richmond
|
9cd4fccfb9
|
Remove comment cruft
|
2022-04-25 19:06:30 -04:00 |
|
Scott Richmond
|
8a36b1e4e2
|
Comment out testing
|
2022-04-25 18:46:12 -04:00 |
|
Scott Richmond
|
0c77de908c
|
Make context volatile!, not atom
|
2022-04-25 18:44:44 -04:00 |
|
Scott Richmond
|
ceb8a2aa63
|
Make test for keyword more robust
|
2022-04-11 13:08:40 -04:00 |
|
Scott Richmond
|
2f6e81edb1
|
Add a quick TODO; interpret-import in progress
|
2022-04-08 20:48:09 -04:00 |
|
Scott Richmond
|
3749d2ea50
|
Very first draft of import expression
|
2022-04-08 19:13:57 -04:00 |
|
Scott Richmond
|
5df9c71bcc
|
Play with piplines
|
2022-04-08 19:13:38 -04:00 |
|
Scott Richmond
|
fd832ac38e
|
Allow _ as else in cond
|
2022-04-08 18:26:36 -04:00 |
|
Scott Richmond
|
969bbc548f
|
Parse import statements
|
2022-04-08 15:59:47 -04:00 |
|
Scott Richmond
|
9dc9e95e85
|
Parse ignored words as placeholder
|
2022-04-08 15:23:08 -04:00 |
|
Scott Richmond
|
be2d291fd3
|
Interpret ns
|
2022-04-07 18:51:48 -04:00 |
|
Scott Richmond
|
9eecce77bc
|
Fix ns name bug
|
2022-04-07 18:47:05 -04:00 |
|
Scott Richmond
|
df59b84321
|
Comment out testing
|
2022-04-07 18:31:36 -04:00 |
|
Scott Richmond
|
1317e52bbf
|
Parse ns
|
2022-04-07 18:31:13 -04:00 |
|
Scott Richmond
|
ac83d3070b
|
Update keyword impls
|
2022-04-07 18:09:53 -04:00 |
|
Scott Richmond
|
917e4f7ab5
|
Interpret cond; allow else in cond & match
|
2022-04-06 19:41:36 -04:00 |
|
Scott Richmond
|
03713c67bc
|
Parse cond
|
2022-04-06 19:21:49 -04:00 |
|
Scott Richmond
|
e6419f6b6a
|
Comment out testing
|
2022-04-05 20:31:46 -04:00 |
|
Scott Richmond
|
d8e8a1b17e
|
Interpret partially applied functions
|
2022-04-05 20:27:22 -04:00 |
|
Scott Richmond
|
7309622a2b
|
:partially-applied -> :partial
|
2022-04-05 20:27:04 -04:00 |
|
Scott Richmond
|
0544a44758
|
Actually comment out testing
|
2022-04-05 19:47:38 -04:00 |
|
Scott Richmond
|
bee8c250d4
|
Parse partial-application placeholder
|
2022-04-05 19:46:44 -04:00 |
|
Scott Richmond
|
fa5e51a179
|
Change some testing stuff
|
2022-04-05 19:11:44 -04:00 |
|
Scott Richmond
|
5a95f58ec1
|
Interpret do expressions
|
2022-04-05 19:09:38 -04:00 |
|
Scott Richmond
|
0a34e22a98
|
Remove debug pps
|
2022-04-05 19:09:22 -04:00 |
|
Scott Richmond
|
89f813c2f3
|
Parse do expressions/pipelines
|
2022-04-05 15:54:28 -04:00 |
|
Scott Richmond
|
174eb2d6a5
|
Pipeline is now >; add helpful impl comments
|
2022-04-05 15:54:12 -04:00 |
|
Scott Richmond
|
8cd905b8eb
|
Test around panics.
|
2022-04-04 19:08:19 -04:00 |
|
Scott Richmond
|
4c2d05cbe1
|
A little demo for Bree
|
2022-04-04 19:07:54 -04:00 |
|
Scott Richmond
|
d663f48b6f
|
Remove panic! keyword (it's an fn)
|
2022-04-04 19:07:33 -04:00 |
|
Scott Richmond
|
df784f7294
|
hello, world: just output
|
2022-04-03 22:24:41 -04:00 |
|
Scott Richmond
|
91fccb7be4
|
hello, world tweak
|
2022-04-03 22:23:28 -04:00 |
|
Scott Richmond
|
bf8e1d1924
|
Fix prelude/print bug
|
2022-04-03 22:23:12 -04:00 |
|
Scott Richmond
|
aa3692a141
|
Get rid of core shadow warnings.
|
2022-04-03 22:20:31 -04:00 |
|
Scott Richmond
|
faca700cae
|
foo.ld -> hello.ld
|
2022-04-03 22:10:56 -04:00 |
|