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
43
Commits
1
Branch
0
Tags
285 KiB
Tag:
Branch:
Tree:
090cbd1fc5
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '090cbd1fc5'
${ noResults }
Commit Graph
30 Commits (090cbd1fc5d66f0874122d633e521d44738f0e70)
Author
SHA1
Message
Date
Ondřej Hruška
090cbd1fc5
fix loop end checking
3 years ago
Ondřej Hruška
7a64470851
fix postpone
3 years ago
Ondřej Hruška
e67d85d64e
many fixes and add some missing words
3 years ago
Ondřej Hruška
be084210f9
many new words and some fixes
3 years ago
Ondřej Hruška
5da44313c5
many fixes using prelimtest
3 years ago
Ondřej Hruška
883cc7faf1
add U.R, MOD
3 years ago
Ondřej Hruška
651fe65ae2
fixes
3 years ago
Ondřej Hruška
569536ae86
add variables, fix negative allot not working
3 years ago
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
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