index
:
forth
master
Forth-like stack-based language
[email protected]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix: js forth if statement so that string "0" is false
dan
2023-05-26
1
-1
/
+1
|
*
fix: js forth prompt should be below output
dan
2023-05-26
1
-8
/
+12
|
*
fix: js forth prompt arrow still on same line on mobile view
dan
2023-05-26
1
-0
/
+1
|
*
refactor: make defineop static, remove from interface
dan
2023-05-26
2
-55
/
+54
|
*
format: correct forth.c indentation
dan
2023-05-26
1
-16
/
+16
|
*
docs: correct readme to reflect gcc to clang change
dan
2023-05-26
1
-1
/
+1
|
*
refactor: switch case to pick optype; isnumber tidy up;
dan
2023-05-26
1
-19
/
+20
|
*
refactor: if and : moved to optable too
dan
2023-05-26
4
-52
/
+74
|
*
refactor: pop and peek are no longer special cases; remove dump command
dan
2023-05-26
2
-17
/
+15
|
*
fix: js forth has same built-ins as c forth
dan
2023-05-26
1
-14
/
+23
|
*
docs: update readme.md ; add run-rlwrap makefile command; add rlwrap ↵
dan
2023-05-25
3
-5
/
+36
|
|
|
|
completions file
*
refactor: split optable and stack into sep files
dan
2023-05-25
5
-215
/
+274
|
*
add readme.md
dan
2023-05-24
1
-0
/
+10
|
*
add builtins "/" and "*"
dan
2023-05-24
1
-3
/
+16
|
*
add if,not,=,drop,rot,swap,over words
dan
2023-05-23
1
-3
/
+67
|
*
clean and comment
dan
2023-05-23
1
-61
/
+11
|
*
start c version
dan
2023-05-23
1
-0
/
+280
|
*
feat: swap command
dan
2023-05-20
1
-0
/
+6
|
*
fix: cli input prompt should be printed to stderr, not stdout
dan
2023-05-20
1
-1
/
+1
|
*
feat: `if` command; fix: input should be printed above output
dan
2023-05-20
2
-8
/
+39
|
*
feat: dup command
dan
2023-05-19
1
-2
/
+3
|
*
fix: nodejs version should not crash
dan
2023-05-19
1
-2
/
+7
|
*
init
dan
2023-05-19
1
-0
/
+134