Commit Graph

  • 9465482fe2 edit.js: text nav in all four directions, home/end behaviour on shorter-than-screen-width line fixed, pageup/pagedown nav impl; default text colour is tad brighter minjaesong 2021-04-17 11:36:10 +09:00
  • 7a6b2573ca edit.js: text cursor moves intelligently on navigating lines, but scrolling is still wip minjaesong 2021-04-17 10:39:55 +09:00
  • 5554e0e927 edit.js: hit return to add a new line in the middle of the text minjaesong 2021-04-16 17:58:19 +09:00
  • 1fc01ab745 edit.js: home/end to move text cursor minjaesong 2021-04-16 17:31:36 +09:00
  • 74020199a6 more scroll thingy minjaesong 2021-04-16 16:01:45 +09:00
  • 3616d25cb6 edit.js: text line will scroll on cursor move minjaesong 2021-04-16 13:39:58 +09:00
  • 6ca20ce847 edit.js: scroll further left/right indicator minjaesong 2021-04-16 11:38:50 +09:00
  • fba4ccb0cb edit.js: can scroll text horizontally but pretty much wip minjaesong 2021-04-16 11:25:11 +09:00
  • 36e043fd16 edit.js: can move text cursor left/right minjaesong 2021-04-16 10:19:09 +09:00
  • 6862604562 edit.js: cosmetic fix minjaesong 2021-04-14 13:19:28 +09:00
  • adaeadd6ca edit.js: can read existing files; change on tty key read that arrow keys are now distinguished from ctrl-S or something minjaesong 2021-04-14 11:35:39 +09:00
  • 390176591d edit.js: can scroll down except a cosmetic problem minjaesong 2021-04-13 12:00:18 +09:00
  • 552f620c2c edit.js to shitty newline minjaesong 2021-04-10 17:24:43 +09:00
  • 64376f09b2 edit.js can write file to disk minjaesong 2021-04-10 17:03:33 +09:00
  • 67668e6423 get filename for edit minjaesong 2021-04-08 15:35:57 +09:00
  • 922e24c6fd reading keys using con.getch minjaesong 2021-04-07 21:14:04 +09:00
  • 907cb9c376 why the key is not latching? minjaesong 2021-04-07 17:59:24 +09:00
  • 18a5f74029 edit: much much simpler interface xD minjaesong 2021-04-07 17:17:20 +09:00
  • fb27f15a63 one more line for edit's text buffer minjaesong 2021-04-06 23:20:06 +09:00
  • 82107fa80d editor wip minjaesong 2021-04-06 19:53:11 +09:00
  • 0ce0b52b1b basic update minjaesong 2021-04-06 17:47:35 +09:00
  • 7fe1ced740 text editor mockup minjaesong 2021-04-06 11:52:43 +09:00
  • c020b60fc2 shell for the portable wip minjaesong 2021-04-05 20:49:32 +09:00
  • 38b4566489 emulator loading parameters are now neatly packed into a dataclass minjaesong 2021-04-05 20:22:24 +09:00
  • 3b11cf60c1 comment minjaesong 2021-04-05 16:40:08 +09:00
  • 5a81655dfa adding BMS display minjaesong 2021-04-04 17:24:14 +09:00
  • b7ed032505 fixing bad file name minjaesong 2021-04-04 16:33:35 +09:00
  • 8175a3c262 scaling of teh rendered screen minjaesong 2021-04-04 16:25:01 +09:00
  • ea4b04eee1 lcd display with ui texture shell WIP minjaesong 2021-04-04 11:08:40 +09:00
  • e48e7525b6 render fixed minjaesong 2021-04-04 10:49:17 +09:00
  • bb929a0f9b Merge branch 'master' of github.com:curioustorvald/tsvm minjaesong 2021-04-03 17:50:01 +09:00
  • b1dc81bc58 trying to fix the render minjaesong 2021-04-03 17:49:00 +09:00
  • 56832d3155 Merge branch 'master' of github.com:curioustorvald/tsvm minjaesong 2021-03-11 18:05:40 +09:00
  • e93d6607f4 default graphics colour palette definition for krita minjaesong 2021-03-11 18:04:48 +09:00
  • 4d3765ff43 suggestion of DMA sprite for TerranBASIC minjaesong 2021-02-26 11:36:02 +09:00
  • f1f5d46c8e tui wip minjaesong 2021-02-01 15:26:37 +09:00
  • 6eae250cc0 some text menu thingy minjaesong 2021-01-29 17:05:34 +09:00
  • 795fa7f85f tui window demo: bouncing ball minjaesong 2021-01-29 14:50:35 +09:00
  • d963cf8294 behaviour of con.addch changed - no longer advances cursor minjaesong 2021-01-29 14:19:37 +09:00
  • c73a725466 graphics: preventing cursorxy(32,80) from scrolling the screen minjaesong 2021-01-29 13:43:45 +09:00
  • 91fdc7ec99 dos: text substitution using dollar sign minjaesong 2021-01-29 10:28:56 +09:00
  • b73c000d43 basic update minjaesong 2021-01-05 10:30:27 +09:00
  • 5e3cbf7b2c serialdebugger to properly handle null print minjaesong 2021-01-01 02:37:38 +09:00
  • 71918ce1e9 henceforward the development of Terran BASIC is continued on curioustorvald/TerranBASIC minjaesong 2020-12-28 11:52:51 +09:00
  • d1889c723a basic: somewhat improved error messages minjaesong 2020-12-28 11:33:16 +09:00
  • a863d263d1 basicdoc: update minjaesong 2020-12-28 11:18:13 +09:00
  • b00ac13cd2 basic: defun f call to run on complex expr as argument, not just a constant you dumbass minjaesong 2020-12-28 10:04:23 +09:00
  • d379abbc3e basic: sample program PLOTTER minjaesong 2020-12-27 23:15:16 +09:00
  • 817548695d basic: confirming that high-order function is working properly? minjaesong 2020-12-27 21:52:49 +09:00
  • e37a382fe2 basic: string array is a thing now minjaesong 2020-12-27 20:47:31 +09:00
  • 74cde2f5b1 basic: new test game HANGMAN but works like ass minjaesong 2020-12-27 20:24:15 +09:00
  • ae9278a8df basic: i screwed up order of else-ifs minjaesong 2020-12-27 19:03:55 +09:00
  • 41540fa65b basic: allowing object array minjaesong 2020-12-27 18:48:16 +09:00
  • cdaa2a718d basic: DATA statement impl minjaesong 2020-12-27 16:32:10 +09:00
  • 46af88368c basicdoc: adding short tutorial about higher order fn minjaesong 2020-12-27 13:17:08 +09:00
  • 29e08923cc basic: DEFUN can call other DEFUN (different from currying it, currying would return a function, but calling would return a value) minjaesong 2020-12-27 12:36:48 +09:00
  • 83a53499bc basic: changing curry operator to (~<), i thought plunger (or grabber) is semantically less awkward than the arrow minjaesong 2020-12-27 02:56:18 +09:00
  • 31ae5bbbbc basicdoc: word position self-reference joke is now automated minjaesong 2020-12-27 02:24:05 +09:00
  • dce251fbc9 basic: currying is not left-associative minjaesong 2020-12-27 01:38:33 +09:00
  • cc2d3e79dd something something basicdoc update minjaesong 2020-12-26 02:07:30 +09:00
  • 46a6bf3a0e basicdoc: major doc update minjaesong 2020-12-25 21:21:33 +09:00
  • 5a894c497a basicdoc: some fixes minjaesong 2020-12-25 14:59:21 +09:00
  • e43b65ab6e basic: adding missing impl of ops: unary NOT and BNOT minjaesong 2020-12-25 14:51:36 +09:00
  • 796a63f579 basicdoc: wip minjaesong 2020-12-25 13:44:45 +09:00
  • 36f2c887d3 basicdoc: new Commands chapter minjaesong 2020-12-24 22:13:44 +09:00
  • c55066b414 basic: minor doc update minjaesong 2020-12-24 17:56:14 +09:00
  • 34696dd51b basic: rudimentary auto-currying minjaesong 2020-12-24 17:35:53 +09:00
  • 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) minjaesong 2020-12-24 15:47:54 +09:00
  • 1c3e7c3c15 font update minjaesong 2020-12-24 15:35:03 +09:00
  • 4c052aa87c preparing for Terran BASIC's release minjaesong 2020-12-24 12:01:00 +09:00
  • 608f61c617 moving everything neatly into the assets directory minjaesong 2020-12-24 11:00:32 +09:00
  • 74b1279ed4 basicdoc: some ideas for tutorial minjaesong 2020-12-23 23:42:11 +09:00
  • 2612cb48a1 basic: getkeysdown is now function minjaesong 2020-12-23 23:01:13 +09:00
  • db8ca2d8ed basic: function plotter update minjaesong 2020-12-23 19:40:45 +09:00
  • f1b046bd13 basic: example program FUNCTION PLOTTER minjaesong 2020-12-23 18:57:23 +09:00
  • 5c97ce97ee basicdoc: adding missing array manipulating functions minjaesong 2020-12-23 16:44:26 +09:00
  • d143b32ff2 basicdoc: keycodes, latex code cleanup, split long table minjaesong 2020-12-23 14:42:15 +09:00
  • 68b2b70ca0 basicdoc: function chapter is done minjaesong 2020-12-22 23:48:48 +09:00
  • 0b67613d90 basic:copyright notice minjaesong 2020-12-22 22:29:54 +09:00
  • 78d38c3880 basic: most of the functions for the doc minjaesong 2020-12-22 20:28:46 +09:00
  • 88b901e86b basic doc minjaesong 2020-12-22 19:15:30 +09:00
  • 2f054b9c67 basic: currying is now operator & does not require special treatment on tree execution minjaesong 2020-12-22 17:21:42 +09:00
  • d785ecf568 basic: currying can be used in recursive function and QSORT works minjaesong 2020-12-22 15:02:38 +09:00
  • 443b5ba31d basic: adding some inspirational quotes to the manual minjaesong 2020-12-22 10:49:39 +09:00
  • 47f5b4d9d0 basic: doc minjaesong 2020-12-21 23:10:21 +09:00
  • 666c882b5e still fixing so that demo code would work minjaesong 2020-12-21 22:18:10 +09:00
  • 8600207e34 basic: trying to solve why currying does not work as it should do in recursive function minjaesong 2020-12-21 17:50:27 +09:00
  • e11038254a basic: CURRY, TYPEOF, LEN minjaesong 2020-12-21 14:12:09 +09:00
  • f81d28dfc7 basic moar wip docs minjaesong 2020-12-20 00:26:47 +09:00
  • f716dbd719 basic yet more docs minjaesong 2020-12-18 13:05:29 +09:00
  • f7b17e881f basic: omfg where are NOT-operators? minjaesong 2020-12-17 23:10:31 +09:00
  • 0acad8bd2f basic: tex env for typesetting code blocks minjaesong 2020-12-17 21:51:09 +09:00
  • e280e4f4c7 basic: syntax tree of UNARYMINUS with number will be converted to -number minjaesong 2020-12-17 21:13:10 +09:00
  • efde387d73 basic: GETKEYSDOWN function minjaesong 2020-12-17 20:44:56 +09:00
  • 5af585e3d8 basic manual array operators minjaesong 2020-12-17 19:01:29 +09:00
  • fcc356439c basic more docs minjaesong 2020-12-17 11:24:44 +09:00
  • bb6d359491 basic: minor doc update minjaesong 2020-12-16 20:29:01 +09:00
  • 45aebd2a10 basic: exponentiation to raise correct errors minjaesong 2020-12-16 20:17:59 +09:00
  • 47f413a9e0 basic: new operator MIN, MAX, (\) (integer div) minjaesong 2020-12-16 20:02:00 +09:00
  • 8d9258dff3 basic: manual wip minjaesong 2020-12-16 16:47:40 +09:00