Commit Graph

105 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
74d744dd00 Adding Recognizers, and more.
Adding the proposed recognizers vocabulary, including a limited test.
Fixing windows build to better handle different VS versions.
Fixing various hidden word bugs.
Adding 3DUP opcode.
Bumping version number.
2024-04-20 02:10:42 -07:00
f9d1b6102f Fixing build to tolerate some missing dependencies.
Be able to build without nodejs and d8.
2024-02-24 10:03:09 -08:00
8aff943a00 Convert more tests to new build. 2024-01-15 11:37:13 -08:00
0373e9c619 Adding more shortcuts from Makefile. 2024-01-14 19:32:21 -08:00
21cf660212 Made build work partially outside windows. 2024-01-02 21:24:51 -08:00
1e01a47380 Closer. 2024-01-01 18:39:27 -08:00
a69961d90d Reroot. 2024-01-01 15:50:27 -08:00
a7fbed4c8c Fix up web. 2023-12-31 16:35:59 -08:00
18c38cab15 Put back aliases. 2023-12-24 14:06:30 -08:00
8f0aaba643 Fixup ninja build more. 2023-12-23 18:14:32 -08:00
dc80ca74c5 Factor. 2023-12-23 09:47:36 -08:00
f882c97f60 Fixed gen dependencies. 2023-12-22 14:33:08 -08:00
fa56ecf59d Adding U<. 2023-11-11 14:46:27 -08:00
564a8fc68b Pulled interrupts into an optional module. 2023-07-08 11:57:20 -07:00
2a673c7378 fix 2023-06-19 14:51:17 -07:00
decebd0dd2 Fix bug. 2023-06-18 21:44:06 -07:00
c9abb34f2b More upload/download. 2023-06-18 20:59:24 -07:00
2e28098c53 More session state with web. 2023-06-18 20:24:37 -07:00
18e83d4dc3 Fixing web bug with RSHIFT. 2023-05-19 23:33:14 -07:00
705e839c62 Fix overlap of system variables for float stack. 2023-04-23 21:44:37 -07:00
fb3db70da6 Adding text size. 2023-02-24 21:25:54 -08: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
1c500c2233 Simplify terminate + bye + fix build. 2022-12-31 21:02:04 -08:00
5afdbf0423 Adding posix signal handling. 2022-12-31 16:21:43 -08:00
595ed9e829 Ameliorate race condition with web import. 2022-11-19 22:37:29 -08:00
d5675806fc More bindings. 2022-11-19 00:54:45 -08:00
7758bd3ba7 Fix picker bug. 2022-11-19 00:31:46 -08:00
e8bb29eff7 Various improvments. 2022-11-18 23:42:03 -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
5437048f33 Change audio approach. 2022-11-17 23:20:40 -08:00
dd607401e4 Tweaking audio and web yield logic. 2022-11-17 22:55:21 -08:00
279b391a28 Handle return value better in JS bindings. 2022-11-17 20:42:20 -08:00
9e1aaedf12 Refine jsword. 2022-11-16 21:05:03 -08:00
85bb2942be Refine jseval words. 2022-11-15 22:56:40 -08:00
31947f712a Refactor jseval words. 2022-11-15 22:52:38 -08:00
a2232d49f1 Refactor, starting audio. 2022-11-15 22:39:17 -08:00
6f054fa39f Adding key iteration. 2022-11-15 21:16:33 -08:00
1baa1aa76c Adding getItem/setItem web bindings. 2022-11-14 21:26:23 -08:00
10ad2e2a52 Adding more graphics operations. 2022-11-07 22:22:50 -08:00
b1612c116b Tweak blink rate. 2022-08-12 13:41:38 -07:00
2f75fd7ae0 Tweaking scrolling. 2022-08-12 09:11:40 -07:00
5a676af894 Fixing up cursor and color handling. 2022-08-11 23:33:08 -07:00
71109e3880 Speed up colors more. 2022-08-10 19:30:43 -07:00