Commit graph

77 commits

Author SHA1 Message Date
ac72c73e99
Add boolean constant words 2023-04-29 14:55:35 +02:00
74dd36638f
Update presentation 2023-04-05 14:41:53 +02:00
7144eb4b24
Update 2023-04-04 20:22:36 +02:00
fcc8379cc3
Update 2023-04-04 14:07:21 +02:00
7d96943862
Update assembly template 2023-04-03 11:42:45 +02:00
3da2567890
Update 2023-04-02 14:32:11 +02:00
00bab636db
Update WIP with jump table for words and conditions 2023-04-02 12:39:35 +02:00
df73353bc6
Add language support and massively update Forth compiler 2023-04-01 19:20:32 +02:00
635ae21540
Fix some instructions starting with digits being lexed as numbers 2023-03-31 15:13:01 +02:00
804da393a8
Make 'pop' operation safe 2023-03-31 14:36:00 +02:00
5b5886a2f2
Add README.md 2023-03-24 21:35:06 +01:00
cdd5b8855a
Update henceforth 2023-03-24 21:13:40 +01:00
d6f7a51e11
Update after a long time! 2023-03-23 17:59:10 +01:00
2bc7ee5f42
Update 2023-03-09 17:05:33 +01:00
fe6086b45c
Update 2023-03-08 19:06:28 +01:00
0bcf2a1ef5 Merge pull request 'call-graph' (#1) from call-graph into main
Reviewed-on: #1
2022-10-26 09:19:43 +00:00
b607b6f8ed
WIP graph 2022-10-26 11:17:19 +02:00
e020b8b78a Fixed invalid tests 2022-10-11 16:52:48 +02:00
2c67dba4d7
[WIP] Fix assembler 2022-09-30 17:43:55 +02:00
040ab13911
[WIP] Callable graph 2022-09-28 18:31:41 +02:00
072653935e
[WIP] Conditional jump switch 2022-09-12 18:23:10 +02:00
2e71d9e99e
[WIP] Add conditions 2022-09-11 19:32:05 +02:00
0530522847
[WIP] Add conditions 2022-09-11 18:02:56 +02:00
7943b1607b
Update README 2022-09-11 16:41:25 +02:00
604c89f72f Revert "Update tlrc opcode"
This reverts commit 95ff05f154.
2022-09-11 09:25:20 +02:00
95ff05f154
Update tlrc opcode 2022-09-11 09:23:48 +02:00
9a3caf201d
Update module re-exporting 2022-09-10 15:00:09 +02:00
655a67fe38
Add fetch multiple optimization 2022-09-10 12:49:53 +02:00
f997fdaf64
Add string reference word 2022-09-10 11:58:16 +02:00
d27acb2fa7
Add cli option for optimization 2022-09-10 10:43:29 +02:00
17eaeb1a2f Add ALU words 2022-09-10 10:28:23 +02:00
783ba9fce0 Fix codegen for escaped args 2022-09-10 10:28:15 +02:00
30b608e5aa
Add new words and assembly emedding 2022-09-09 21:08:24 +02:00
053f3c09a2
Add pick word 2022-09-09 14:54:23 +02:00
1e3e520d0e
Fix memory mapping 2022-09-09 14:52:07 +02:00
c14a89050c
Update memory specs 2022-09-09 14:17:37 +02:00
54a0f7999b
Update gitignore 2022-09-09 14:17:24 +02:00
c96368c494
Add over word 2022-09-09 14:17:04 +02:00
cf1af6b412
Add emit word 2022-09-07 12:28:26 +02:00
20dfd1244d
Add string support to henceforth 2022-09-06 11:54:57 +02:00
47529445df
Clean up henceforth examples 2022-09-03 15:16:25 +02:00
133a0526eb
Update gitignore 2022-09-03 15:15:52 +02:00
ec7a147ec9
Start writing forth compiler 2022-09-03 15:14:58 +02:00
173a857a5a
Removed unnecessary js feature from getrandom 2022-09-02 11:37:07 +02:00
1ff9a6c44b
Add working macro system 2022-09-02 11:33:46 +02:00
6adb943754
Rewrie assembler with macro support 2022-08-28 12:31:56 +02:00
e82c5bdb90
test signing commit 2022-08-26 15:33:16 +02:00
8b45ae7a03 Formatted README 2022-08-26 15:16:31 +02:00
6f28879402 Did stuff again 2022-08-26 15:02:48 +02:00
8d15e300b7 Did stuff 2022-08-24 20:11:58 +02:00