|
efe408bed8
|
basic command-line library handling
|
2021-02-26 22:09:43 -05:00 |
|
|
5e782bc728
|
fix some string bugs and make external-file-loading work
|
2021-02-26 20:49:10 -05:00 |
|
|
762b6c870c
|
VARIABLE
|
2021-02-24 21:27:52 -05:00 |
|
|
a2e6115248
|
implement SEE and make comments suck less
|
2021-02-24 20:19:25 -05:00 |
|
|
953764004d
|
fix silly word collision with -1 built-in
|
2021-02-21 15:04:51 -05:00 |
|
|
0676cad34d
|
move int parsing to after word check
|
2021-02-20 19:22:36 -05:00 |
|
|
ff5346994f
|
whoops, lost the bad-word error case
|
2021-02-20 19:18:45 -05:00 |
|
|
6efa404712
|
make IF/ELSE/THEN work!
|
2021-02-20 15:52:27 -05:00 |
|
|
2a1a6fc0d2
|
tests, abstracting output for PRINT and EMIT
|
2021-02-20 12:09:04 -05:00 |
|
|
1a229d5ddb
|
abstract flags, implement comments as words, fix some bugs
|
2021-02-15 19:24:04 -05:00 |
|
|
7c76bc49af
|
remove special-case : ; from parser
|
2021-02-15 15:35:40 -05:00 |
|
|
9d3f61338f
|
add DO LOOP
|
2021-02-14 20:26:30 -05:00 |
|
|
626e90d54c
|
parser location doesn't need to be in the context, does it?
|
2021-02-14 14:30:15 -05:00 |
|
|
852aaa6387
|
start using return stack to track evaluation location
|
2021-02-14 14:27:02 -05:00 |
|
|
7212f3d9f6
|
add return stack
|
2021-02-14 11:58:43 -05:00 |
|
|
4dc64947db
|
initial commit; we have evaluation!
|
2021-02-13 21:09:56 -05:00 |
|