minjaesong
|
adaeadd6ca
|
edit.js: can read existing files; change on tty key read that arrow keys are now distinguished from ctrl-S or something
|
2021-04-14 11:35:39 +09:00 |
|
minjaesong
|
d963cf8294
|
behaviour of con.addch changed - no longer advances cursor
|
2021-01-29 14:26:23 +09:00 |
|
minjaesong
|
91fdc7ec99
|
dos: text substitution using dollar sign
|
2021-01-29 10:59:46 +09:00 |
|
minjaesong
|
b73c000d43
|
basic update
|
2021-01-05 10:30:27 +09:00 |
|
minjaesong
|
a863d263d1
|
basicdoc: update
|
2020-12-28 11:18:13 +09:00 |
|
minjaesong
|
b00ac13cd2
|
basic: defun f call to run on complex expr as argument, not just a constant you dumbass
|
2020-12-28 10:04:23 +09:00 |
|
minjaesong
|
817548695d
|
basic: confirming that high-order function is working properly?
|
2020-12-27 21:52:49 +09:00 |
|
minjaesong
|
74cde2f5b1
|
basic: new test game HANGMAN but works like ass
|
2020-12-27 20:24:15 +09:00 |
|
minjaesong
|
cdaa2a718d
|
basic: DATA statement impl
|
2020-12-27 16:32:10 +09:00 |
|
minjaesong
|
29e08923cc
|
basic: DEFUN can call other DEFUN (different from currying it, currying would return a function, but calling would return a value)
|
2020-12-27 12:51:48 +09:00 |
|
minjaesong
|
83a53499bc
|
basic: changing curry operator to (~<), i thought plunger (or grabber) is semantically less awkward than the arrow
|
2020-12-27 02:56:18 +09:00 |
|
minjaesong
|
dce251fbc9
|
basic: currying is not left-associative
|
2020-12-27 01:38:33 +09:00 |
|
minjaesong
|
46a6bf3a0e
|
basicdoc: major doc update
|
2020-12-25 21:31:45 +09:00 |
|
minjaesong
|
5a894c497a
|
basicdoc: some fixes
|
2020-12-25 14:59:21 +09:00 |
|
minjaesong
|
796a63f579
|
basicdoc: wip
|
2020-12-25 13:44:45 +09:00 |
|
minjaesong
|
34696dd51b
|
basic: rudimentary auto-currying
|
2020-12-24 17:38:27 +09:00 |
|
minjaesong
|
85334beff8
|
basic: making function 'call' within the function-type argument sorta works when you strictly curry them; literal function call seems to return undefined or something (see assets/disk0/home/basic/sinc2.bas)
|
2020-12-24 15:47:54 +09:00 |
|
minjaesong
|
608f61c617
|
moving everything neatly into the assets directory
|
2020-12-24 11:14:11 +09:00 |
|