Gwenhael Le Moine
|
195ebb37b7
|
implement HELP
|
2022-02-09 16:38:09 +01:00 |
|
Gwenhael Le Moine
|
6dae5e3eb0
|
refactoring: inline parser & runner into Interpreter
|
2022-02-09 13:38:32 +01:00 |
|
Gwenhael Le Moine
|
8c5657db42
|
big refactoring
|
2022-02-08 15:45:36 +01:00 |
|
Gwenhael Le Moine
|
9619dba3cf
|
clean kludge from a merge
|
2022-02-02 15:48:21 +01:00 |
|
Gwenhael Le Moine
|
a8dec5f2a4
|
implement LSTO
|
2022-02-02 15:20:24 +01:00 |
|
Gwenhael Le Moine
|
8bd4055f90
|
implement trig operations
|
2022-01-18 17:07:25 +01:00 |
|
Gwenhael Le Moine
|
96ffa142dc
|
moving comments
|
2021-12-09 17:03:33 +01:00 |
|
Gwenhael Le Moine
|
4f824fe900
|
new words ideas / todo
|
2021-12-09 16:32:33 +01:00 |
|
Gwenhael Le Moine
|
cbcaeea510
|
formatting
|
2021-12-09 16:32:19 +01:00 |
|
Gwenhael Le Moine
|
dca6825602
|
add and implement LOOP and TIMES loops
|
2021-12-09 16:31:29 +01:00 |
|
Gwenhael Le Moine
|
c49e79ae1c
|
s/_or_equal_than/_than_or_equal/g
|
2021-12-09 09:12:51 +01:00 |
|
Gwenhael Le Moine
|
464b1c511e
|
I prefer .lookup() rather than []
|
2021-12-08 16:38:46 +01:00 |
|
Gwenhael Le Moine
|
50f36fa5c3
|
new alias
|
2021-12-08 16:38:31 +01:00 |
|
Gwenhael Le Moine
|
63da2d408b
|
moer aliases
|
2021-12-08 16:05:30 +01:00 |
|
Gwenhael Le Moine
|
f50528223c
|
comment not-yet-implemented words
|
2021-12-08 13:16:27 +01:00 |
|
Gwenhael Le Moine
|
8816e6ce32
|
implement store.* (STO, RCL, PURGE, ...)
|
2021-12-08 12:46:57 +01:00 |
|
Gwenhael Le Moine
|
67a4213eb4
|
all words take and return stack & dictionary
|
2021-12-07 16:46:33 +01:00 |
|
Gwenhael Le Moine
|
d537087088
|
merge
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
|
2021-12-07 16:17:28 +01:00 |
|
Gwenhael Le Moine
|
c6fc0b3bc8
|
Rpl::Repl → RplRepl
|
2021-12-07 16:09:17 +01:00 |
|
Gwenhael Le Moine
|
cfcbcc7ce5
|
Rpl:: → Rpl::Lang::
|
2021-12-07 15:50:58 +01:00 |
|
Gwenhael Le Moine
|
ca6b79a8ad
|
implement pi, e and some operations
|
2021-12-02 15:33:22 +01:00 |
|
Gwenhael Le Moine
|
803036b89e
|
note alias for STO
|
2021-11-24 16:48:51 +01:00 |
|
Gwenhael Le Moine
|
b7d748ac5d
|
implement IFTE and IFT
|
2021-11-24 16:34:13 +01:00 |
|
Gwenhael Le Moine
|
a26c059394
|
implement test words (untested)
|
2021-11-24 16:09:57 +01:00 |
|
Gwenhael Le Moine
|
09c44b684d
|
implement string words
|
2021-11-24 15:04:56 +01:00 |
|
Gwenhael Le Moine
|
3809c4b58b
|
reverse extracted stack order to match needs, +String
|
2021-11-24 13:33:44 +01:00 |
|
Gwenhael Le Moine
|
e2abe0899c
|
implement BASE&co, store numeric's base and adapt display
|
2021-11-23 16:16:21 +01:00 |
|
Gwenhael Le Moine
|
66f622ac68
|
[refactoring] rename to Rpl; unsplit core
|
2021-11-23 13:10:03 +01:00 |
|
Gwenhael Le Moine
|
655a14e36e
|
implement SIGN
|
2021-11-18 15:58:59 +01:00 |
|
Gwenhael Le Moine
|
1e4dafb1d4
|
implements SQRT PREC DEFAULT TYPE TIME DATE TICKS
|
2021-11-18 15:44:09 +01:00 |
|
Gwenhael Le Moine
|
db02abb114
|
also EVAL names and words
|
2021-11-18 14:23:56 +01:00 |
|
Gwenhael Le Moine
|
18131d462d
|
implement EVAL
|
2021-11-18 12:00:02 +01:00 |
|
Gwenhael Le Moine
|
847b32683d
|
move STACK block for readability
|
2021-11-18 11:58:40 +01:00 |
|
Gwenhael Le Moine
|
0f924355ca
|
implement and test part of the language; exit using quit
|
2021-11-10 16:21:47 +01:00 |
|
Gwenhael Le Moine
|
ca315724ff
|
add runner and dictionary
|
2021-11-10 11:01:26 +01:00 |
|