Commit graph

21 commits

Author SHA1 Message Date
Gwenhael Le Moine
3e53cb9715
Merge branch 'trunk' of ssh://src.le-moine.org:38172/gwh/rpl.rb into trunk 2022-01-18 17:11:38 +01:00
Gwenhael Le Moine
442e1cc34e
infer numeric result's base from operand(s) 2022-01-18 17:06:43 +01:00
Gwenhael Le Moine
3a0d7217b3
add __ppstack for debugging 2021-12-16 15:22:14 +01:00
Gwenhael Le Moine
3401f98eb9
implement →LIST and LIST→; display lists, REV and + lists 2021-12-16 15:21:23 +01:00
Gwenhael Le Moine
f234dffa59
add FREAD 2021-12-15 13:33:52 +01:00
Gwenhael Le Moine
080bac161f
logic 2021-12-15 13:33:40 +01:00
Gwenhael Le Moine
d9a4a13eb9
repl handles exceptions nicelier 2021-12-08 13:45:29 +01:00
Gwenhael Le Moine
e318296e29
all words expect ( stack, dictionary ) 2021-12-08 12:34:12 +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
ff48cef22a
split language and REPL; lib/language → lib/core 2021-12-07 16:03:03 +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
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
3809c4b58b
reverse extracted stack order to match needs, +String 2021-11-24 13:33:44 +01:00
Gwenhael Le Moine
66f622ac68
[refactoring] rename to Rpl; unsplit core 2021-11-23 13:10:03 +01:00
Gwenhael Le Moine
fe799845aa
remove Core.init, default precision is actually a default 2021-11-23 12:59:45 +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
18131d462d
implement EVAL 2021-11-18 12:00:02 +01:00
Gwenhael Le Moine
0f924355ca
implement and test part of the language; exit using quit 2021-11-10 16:21:47 +01:00