This website works better with JavaScript.
Explore
Help
Sign In
MightyPork
/
forth
Watch
1
Star
0
Fork
You've already forked forth
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
31
Commits
1
Branch
0
Tags
285 KiB
Tag:
Branch:
Tree:
ef2e6943bd
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ef2e6943bd'
${ noResults }
Commit Graph
31 Commits (ef2e6943bdcd6d5c7b924494eb688e79cab9e4b1)
All Branches
Search
Author
SHA1
Message
Date
Ondřej Hruška
ef2e6943bd
big refactor and add DO-LOOP and DO-+LOOP and LEAVE
3 years ago
Ondřej Hruška
f74d157a7c
refactor "next word/string" parsing to work inside the definition without substates, add char and [char], add .\" and s\"
3 years ago
Ondřej Hruška
7f08e8717f
moved buffer into heap, prep to remove substates
3 years ago
Ondřej Hruška
d79898fa20
remove some direct access to stack arrays
3 years ago
Ondřej Hruška
c2cba4c057
merged dict with heap
3 years ago
Ondřej Hruška
964aec76c8
control stack merged into data stack
3 years ago
Ondřej Hruška
2d30f61387
use one buffer for both compiled code and data
3 years ago
Ondřej Hruška
44fd2f3dbc
add [ ] and literal
3 years ago
Ondřej Hruška
acfab363d3
add depth and unused
3 years ago
Ondřej Hruška
c02b3599fb
bitwise arith, more loops
3 years ago
Ondřej Hruška
0f5eda0def
add ALIGNED
3 years ago
Ondřej Hruška
26c65655e1
demo of nested loop
3 years ago
Ondřej Hruška
5dc19b88ed
begin while repeat
3 years ago
Ondřej Hruška
2f0f1877fe
postpone works now
3 years ago
Ondřej Hruška
1be97e4f0e
implement IF-THEN-ELSE
3 years ago
Ondřej Hruška
f013e52c94
improved override
3 years ago
Ondřej Hruška
3c57373992
word overwrite, reset cmd, disassembly
3 years ago
Ondřej Hruška
3eae9abada
add nip
3 years ago
Ondřej Hruška
d6c30d5414
emit
3 years ago
Ondřej Hruška
8c006a0d87
implement exit
3 years ago
Ondřej Hruška
bc6d7e5d25
new words
3 years ago
Ondřej Hruška
e63c2287af
more stack ops, fix ( in compile mode
3 years ago
Ondřej Hruška
cf1a0cd99b
move to folders, more cleaning and fixes
3 years ago
Ondřej Hruška
68ddeb3e17
split to files
3 years ago
Ondřej Hruška
85feba4fdf
improvements, fixes
3 years ago
Ondřej Hruška
6f9ffc7d20
fixes and more comments, cleaning
3 years ago
Ondřej Hruška
15848e203b
add comments
3 years ago
Ondřej Hruška
c225928b54
fix strings
3 years ago
Ondřej Hruška
c1714736b2
better state change logging
3 years ago
Ondřej Hruška
8e5ce50624
fixes, add infile option, add logging
3 years ago
Ondřej Hruška
72ff4b510d
initial WIP
3 years ago