gwh · he/him
  • Joined on 2019-06-24
gwh pushed to trunk at gwh/rpl.rb 2021-12-08 16:09:13 +01:00
1ddccc3eee all tests use lang.run() instead of handcrafted stacks
490dfa5583 INV result is a Float
e7532a3559 EVAL all the things!!!
dd8edd627d better implementation leveraging CHS and INV
6b57d03627 trim "" from strings before use
Compare 7 commits »
gwh pushed to trunk at gwh/rpl.rb 2021-12-08 13:46:18 +01:00
6cc8fb0cd6 implement more words in pure Rpl
d9a4a13eb9 repl handles exceptions nicelier
Compare 2 commits »
gwh renamed repository from rpn.rb to gwh/rpl.rb 2021-12-08 13:21:27 +01:00
gwh pushed to trunk at gwh/rpl.rb 2021-12-08 13:16:43 +01:00
f50528223c comment not-yet-implemented words
9aba355ee6 not even sure we're ever going to implement EDIT
21b090aa9f implement in pure Rpl
8ac18e6517 convert to Integer before using .times
53e1614081 test IFT explicitly
Compare 5 commits »
gwh pushed to trunk at gwh/rpl.rb 2021-12-08 12:47:29 +01:00
8816e6ce32 implement store.* (STO, RCL, PURGE, ...)
169e5249db format type's string correctly
e318296e29 all words expect ( stack, dictionary )
Compare 3 commits »
gwh pushed to trunk at gwh/rpl.rb 2021-12-07 16:51:42 +01:00
300e061beb [WIP] store
gwh pushed to trunk at gwh/rpl.rb 2021-12-07 16:47:07 +01:00
67a4213eb4 all words take and return stack & dictionary
gwh pushed to trunk at gwh/rpl.rb 2021-12-07 16:19:31 +01:00
c13692c030 fix merge
gwh pushed to trunk at gwh/rpl.rb 2021-12-07 16:17:42 +01:00
d537087088 merge
c6fc0b3bc8 Rpl::Repl → RplRepl
ff48cef22a split language and REPL; lib/language → lib/core
cfcbcc7ce5 Rpl:: → Rpl::Lang::
Compare 4 commits »
gwh pushed to trunk at gwh/rpl.rb 2021-12-02 15:33:42 +01:00
ca6b79a8ad implement pi, e and some operations
gwh pushed to trunk at gwh/rpl.rb 2021-11-24 16:49:01 +01:00
803036b89e note alias for STO
gwh pushed to trunk at gwh/rpl.rb 2021-11-24 16:34:32 +01:00
b7d748ac5d implement IFTE and IFT
gwh pushed to trunk at gwh/rpl.rb 2021-11-24 16:10:21 +01:00
a26c059394 implement test words (untested)
gwh pushed to trunk at gwh/rpl.rb 2021-11-24 15:05:07 +01:00
09c44b684d implement string words
ac7cab6490 fix parsing error on program-closer »
Compare 2 commits »
gwh pushed to trunk at gwh/rpl.rb 2021-11-24 13:53:48 +01:00
395406d516 fix the fix
gwh pushed to trunk at gwh/rpl.rb 2021-11-24 13:52:49 +01:00
42f02e8e94 fix stack_extract test
8e7c50fc66 Merge branch 'trunk' of ssh://src.le-moine.org:38172/gwh/rpn.rb into trunk
3809c4b58b reverse extracted stack order to match needs, +String
Compare 3 commits »
gwh pushed to trunk at gwh/rpl.rb 2021-11-23 21:03:28 +01:00
e114a05207 test (some of) core
gwh pushed to trunk at gwh/rpl.rb 2021-11-23 16:54:44 +01:00
706f767aaa parse 0xyz000 numbers
gwh pushed to trunk at gwh/rpl.rb 2021-11-23 16:17:03 +01:00
e2abe0899c implement BASE&co, store numeric's base and adapt display
gwh pushed to trunk at gwh/rpl.rb 2021-11-23 13:10:45 +01:00
66f622ac68 [refactoring] rename to Rpl; unsplit core