Commit Graph

40 Commits

Author SHA1 Message Date
0f9cac2ab4 Fixing web numeric conversion.
When convert got "converted" to web,
and unsigned type didn't use the >>> operator.
This leads to errors in excluding characters like commas.
2024-05-08 20:27:27 -07:00
705e839c62 Fix overlap of system variables for float stack. 2023-04-23 21:44:37 -07:00
244f16b898 Handle multiple script tags. 2023-02-24 21:04:26 -08:00
da324bdf70 Adding script load.
Still need to enhance to support script src.
2023-02-21 21:08:03 -08:00
d2c62a35b9 Make it possible to defer start, boost web memory. 2023-02-20 18:11:45 -08:00
40400b873e Cleaning up throw values around division + faults. 2023-01-22 15:08:14 -08:00
75d9185027 Align PARK/UNPARK with THROW/CATCH. 2023-01-14 22:53:30 -08:00
3d1cf4b93c Making [IF] [THEN] work at console, bumping version. 2023-01-03 21:01:51 -08:00
e9181479fc Improving mouse and tasks. 2022-11-18 22:53:09 -08:00
8ee1eafef6 Adding import + fix bug in web Find. 2022-11-18 20:11:19 -08:00
dd607401e4 Tweaking audio and web yield logic. 2022-11-17 22:55:21 -08:00
5a676af894 Fixing up cursor and color handling. 2022-08-11 23:33:08 -07:00
9d72d59a9d Fix unicode more. 2022-08-04 09:48:41 -07:00
ddff748e66 Improve unicode more. 2022-08-02 22:54:44 -07:00
23c0f4ec98 Some refinement towards unicode on web. 2022-08-02 22:37:29 -07:00
b0c63e7632 Refactor platform handling for web. 2022-07-18 20:31:03 -07:00
f0fea679d5 Fix bug in web evaluate1. 2022-07-16 12:50:03 -07:00
9b789a2aca Fix SetEval. Basic console working. 2022-07-14 17:47:23 -07:00
d4de8aaa17 Fix SSMOD (though still float hack). 2022-07-14 17:27:10 -07:00
50e77e3b3d Fixing web finish. 2022-07-14 16:51:21 -07:00
5dbf1cf8d4 Some keyboard input on web. 2022-07-14 16:08:35 -07:00
c07be3978a Shows text is page. 2022-07-14 15:15:14 -07:00
9d79b26e9e Web boots to prompt. 2022-07-14 13:49:31 -07:00
521c756031 Fixed c, for web. 2022-07-14 13:16:31 -07:00
8066bfb2e8 More shuffling. 2022-07-14 11:04:18 -07:00
3da2f4bfd3 Fixing out web boot order. 2022-07-13 22:44:39 -07:00
ff31b4e739 Hacky version of SSMOD for now on web. 2022-07-13 22:12:14 -07:00
024c51ec7d Closer still on asm.js
Split apart boot.fs some more.
2022-07-13 15:18:57 -07:00
422507c072 Asm.js closer still. 2022-07-12 23:36:45 -07:00
550050d9c3 Refining asm.js version. 2022-07-12 21:25:14 -07:00
9d874a08fb Replaced XV with Z to make things uniform + fixed remaining non-valid asm.js. 2022-07-12 18:13:56 -07:00
cd9228a609 Make how global object is fetched more general. 2022-07-12 13:18:01 -07:00
496b7d8c81 Closer to asm.js validation. 2022-07-10 22:41:57 -07:00
4cc02ffc96 Automate g_sys structure handling for web. 2022-07-10 21:25:22 -07:00
ffdbec63e5 Update web boot sequence. 2022-07-10 20:39:06 -07:00
0ddfc1e07c Tweaks for asmjs. 2022-07-10 15:12:08 -07:00
ddd878ae20 Tweaks towards web version working, again... 2022-07-10 13:43:07 -07:00
a7f25d8819 Relocate common tooling. 2022-07-10 11:44:38 -07:00
4b20986bd8 Improve web version. 2022-06-04 21:34:58 -07:00
fb47179999 Re-root site. 2022-02-27 20:59:19 -08:00