0823c179fa
Added field accessors.
2024-11-30 23:21:34 -08:00
9ae74fa183
Refactor structures more.
2024-11-29 16:21:00 -08:00
2ca333a0fa
Various structure related cleanups.
2024-11-29 16:07:00 -08:00
4425ffadea
Give windows handles a name.
2024-11-29 14:49:28 -08:00
db30147131
Fixed several structure errors in windows, and one in x11.
2024-11-28 17:50:36 -08:00
360417dd53
Fix windows struct size bug.
2024-11-16 19:07:30 -08:00
58205f2738
Fix
2024-11-15 20:36:22 -08:00
e417373461
Fix null etc.
2024-11-15 20:23:16 -08:00
0c9ba3ef86
Tweaks
2024-11-15 20:03:00 -08:00
eeb10b4bcd
Adding more.
2024-11-15 18:45:26 -08:00
5cc284e6b0
Tweaks
2024-11-15 17:42:40 -08:00
47c9ec02ba
Fix
2024-11-15 13:52:01 -08:00
0bf95dc6c3
Fix more things.
2024-11-14 23:05:24 -08:00
4ed9475c81
Revise example.
2024-11-14 21:05:55 -08:00
8c010e1b24
Tweak example.
2024-11-14 20:56:28 -08:00
e79a432876
Update headers, fix more.
2024-11-14 20:21:39 -08:00
edab2d382f
Adding WIP w/ gemini example.
2024-11-14 08:13:28 -08:00
3010f6c2b4
Move 0, -1, 1 to internals vocabulary.
2024-11-09 11:06:50 -08:00
b3ca67eaf6
Tweak
2024-11-08 20:17:08 -08:00
abd9118fb3
Tweak
2024-11-08 19:14:00 -08:00
af641b0578
Added into example.
2024-11-08 19:12:02 -08:00
51c224affd
Add complex number example.
2024-11-08 17:54:49 -08:00
ffd0226fdb
Fix bug with 10 and 41.
2024-11-07 19:00:33 -08:00
1316a3144e
Adding verbosity option.
2024-11-03 13:27:31 -08:00
dfc18bc8c8
Fix bug.
2024-10-26 12:21:40 -07:00
5a2162cbf6
Bump version.
2024-10-26 12:15:00 -07:00
b11d4f18d5
Fix typo.
2024-10-26 12:14:28 -07:00
eeaad939a2
Adding HTTPClient, fix esp32 build board, deprecate old spi flash.
2024-10-26 09:59:55 -07:00
c5ac9b0df0
Adding quick web serial terminal.
2024-08-23 15:15:41 -07:00
d9de300c08
Drop dup.
2024-08-11 00:36:05 -07:00
fe6acd0bb6
Adding SD_MMC.setPins
2024-08-11 00:01:49 -07:00
dd166397c9
Improve terminal.
2024-08-10 12:05:48 -07:00
622a048d92
Add control codes to web keyboard.
2024-08-10 10:38:22 -07:00
8ab745ab9c
Adding web serial.
2024-08-05 10:24:03 -07:00
de39be5392
Add arduino-esp32 3.x compatibility.
2024-07-21 17:41:19 -07:00
c4f0895e54
Make boxes scale in a more stable way.
2024-05-16 21:18:49 -07:00
4284a22b28
Only focus on win64.
2024-05-09 18:57:02 -07:00
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
3a125e4635
Bump version, drop linux bins + win32.
2024-05-05 10:07:29 -07:00
6c195ce1f4
Tweak build.
2024-05-05 09:47:38 -07:00
d4a87d3b00
Move to svelter icon.
...
It seems weird to have a 74K icon for a Forth.
Moving to a lower res one in same vein without the rescaling.
2024-05-05 09:42:41 -07:00
3f6c7d1dbe
Reduce evaluate1.
2024-04-20 22:20:26 -07:00
f08769855d
Make notfound work right with word name.
2024-04-20 16:08:37 -07:00
9477781530
Adding logs example.
2024-04-20 15:59:20 -07:00
08634823da
Fix execute bit on some examples.
2024-04-20 12:24:28 -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
5619997682
Fix create-file to truncate file.
2024-03-03 00:49:24 -08:00
65eb318f2c
Make Ctrl-P work in addition to Ctrl-S in visual editor.
2024-02-24 12:34:12 -08:00
854b3b5d74
Fixed SPACES issue, also fixed redirection error bug in build.
2024-02-24 12:30:08 -08:00
eaa8a3c4c3
Made posix terminal IO avoid spin looping.
...
Using raw mode + delay in the right places to
allow tasks to work while also supporting key?
2024-02-24 12:10:47 -08:00