Gwenhael Le Moine
|
561ec1072a
|
update description, add README.md to rdoc
|
2022-10-11 13:56:46 +02:00 |
|
Gwenhael Le Moine
|
a75caccbe9
|
0.12.0
|
2022-10-11 13:37:49 +02:00 |
|
Gwenhael Le Moine
|
3be0140d64
|
show error
|
2022-10-11 13:35:27 +02:00 |
|
Gwenhael Le Moine
|
31443519e8
|
don't confuse Emacs' syntax highlighting
|
2022-10-11 13:34:52 +02:00 |
|
Gwenhael Le Moine
|
d54bebdcec
|
HISTORY pushes the history on the stack as a list
|
2022-10-11 13:32:19 +02:00 |
|
Gwenhael Le Moine
|
0d07d0e0dd
|
leave the terminal as we found it
|
2022-10-11 13:29:09 +02:00 |
|
Gwenhael Le Moine
|
91d6eab71f
|
use reline instead of readline
|
2022-10-11 13:06:26 +02:00 |
|
Gwenhael Le Moine
|
a8a736b527
|
0.11.0
|
2022-10-05 15:23:35 +02:00 |
|
Gwenhael Le Moine
|
6f3fe40a03
|
rename EDIT → EXTEDIT, EDIT now use prompt
|
2022-10-05 15:22:15 +02:00 |
|
Gwenhael Le Moine
|
0d5baf6417
|
0.10.3
|
2022-10-05 09:56:49 +02:00 |
|
Gwenhael Le Moine
|
8d1f6519aa
|
fix HISTORY
|
2022-10-05 09:56:12 +02:00 |
|
Gwenhael Le Moine
|
423753feb4
|
correct help strings of repl words
|
2022-10-05 09:55:46 +02:00 |
|
Gwenhael Le Moine
|
06e43ca137
|
set version number in lib/rpl.rb and nowhere else
|
2022-10-05 09:27:26 +02:00 |
|
Gwenhael Le Moine
|
864a8a2b07
|
explain more in README
|
2022-10-04 17:10:23 +02:00 |
|
Gwenhael Le Moine
|
1630622f51
|
define Version so that it's picked by OptParser for --version
|
2022-10-04 17:10:00 +02:00 |
|
Gwenhael Le Moine
|
aacb10de95
|
version 0.10.1
|
2022-10-04 16:51:25 +02:00 |
|
Gwenhael Le Moine
|
4dfe9554cb
|
Persist stack and variable in ~/.local/state/rpl.rb/machine
|
2022-10-04 16:49:24 +02:00 |
|
Gwenhael Le Moine
|
dfac755ce5
|
File.expand_path is way more useful than File.absolute_path
|
2022-10-04 16:47:48 +02:00 |
|
Gwenhael Le Moine
|
7a157faee0
|
todo and revamp README.md
|
2022-10-04 14:39:53 +02:00 |
|
Gwenhael Le Moine
|
62c0420a57
|
forgot to update in-language version, bump to 0.9.1
|
2022-10-04 14:22:55 +02:00 |
|
Gwenhael Le Moine
|
339b64486e
|
test logarithm words (only 'e' for the moment)
|
2022-10-04 14:12:48 +02:00 |
|
Gwenhael Le Moine
|
36ba5fa297
|
test list operations
|
2022-08-31 13:19:35 +02:00 |
|
Gwenhael Le Moine
|
6562a4297e
|
basic tests of complexes' operations
|
2022-08-31 13:05:26 +02:00 |
|
Gwenhael Le Moine
|
d3d24cb145
|
implement some Complex words
|
2022-08-31 12:21:46 +02:00 |
|
Gwenhael Le Moine
|
409ed653f2
|
replaces remnant proc run() with RplProgram
|
2022-08-31 12:21:14 +02:00 |
|
Gwenhael Le Moine
|
7a5e3bf262
|
renamed words spec files
|
2022-08-31 12:20:27 +02:00 |
|
Gwenhael Le Moine
|
b523e2b1cd
|
parse and represent Complex numbers
|
2022-08-31 11:10:33 +02:00 |
|
Gwenhael Le Moine
|
418fc078a0
|
words: one file per category
|
2022-08-31 10:10:42 +02:00 |
|
Gwenhael Le Moine
|
c0910c0899
|
split REPL words; factorize category naming; style
|
2022-08-31 09:57:10 +02:00 |
|
Gwenhael Le Moine
|
4973b7a4b8
|
document some Complex words
|
2022-08-30 16:42:46 +02:00 |
|
Gwenhael Le Moine
|
7d7d4aa25f
|
tidying
|
2022-08-30 16:11:37 +02:00 |
|
Gwenhael Le Moine
|
db0d8cb5a9
|
[bug] fix variable overwriting bug
|
2022-08-30 14:35:13 +02:00 |
|
Gwenhael Le Moine
|
703c659f83
|
Merge branch 'trunk' of ssh://src.le-moine.org:38172/gwh/rpl.rb into trunk
|
2022-08-30 13:37:43 +02:00 |
|
Gwenhael Le Moine
|
edd0884f9d
|
s/display/frame_buffer/g
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
|
2022-08-30 13:37:34 +02:00 |
|
Gwenhael Le Moine
|
fe3723b27f
|
FIXME: found a bug: var1 var2 +|-|*|\ ===> result in on stack (normal) AND stored in var1 (_bug_)
|
2022-07-03 19:50:28 +02:00 |
|
Gwenhael Le Moine
|
c10c7f02fd
|
REPL outputs stack and variables defined as RPL.rb code
|
2022-07-03 19:46:05 +02:00 |
|
Gwenhael Le Moine
|
d7754473ec
|
image-dump idea to do
|
2022-07-02 22:31:48 +02:00 |
|
Gwenhael Le Moine
|
010460a230
|
[display] (wip) first words
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
|
2022-05-31 16:43:31 +02:00 |
|
Gwenhael Le Moine
|
48be6a643e
|
add a display matching HP-50g's size
|
2022-05-25 16:30:02 +02:00 |
|
Gwenhael Le Moine
|
e5bd6d1fb2
|
namespaces todo explanation
|
2022-05-11 15:37:31 +02:00 |
|
Gwenhael Le Moine
|
5fed987012
|
SDL
|
2022-05-11 15:18:16 +02:00 |
|
Gwenhael Le Moine
|
9b6de19ed7
|
0.8.0
|
2022-03-12 22:26:17 +01:00 |
|
Gwenhael Le Moine
|
2cf151923d
|
Merge branch 'trunk' of ssh://src.le-moine.org:38172/gwh/rpl.rb into trunk
|
2022-03-12 22:23:18 +01:00 |
|
Gwenhael Le Moine
|
3747453aef
|
rpl comments with @
|
2022-03-12 22:20:30 +01:00 |
|
Gwenhael Le Moine
|
9eb17e6555
|
fix time 's test
|
2022-03-09 13:20:34 +01:00 |
|
Gwenhael Le Moine
|
256053f31a
|
0.7.2
|
2022-03-09 11:23:30 +01:00 |
|
Gwenhael Le Moine
|
31ed30e5cd
|
Merge branch 'trunk' of ssh://src.le-moine.org:38172/gwh/rpl.rb into trunk
|
2022-03-09 11:22:37 +01:00 |
|
Gwenhael Le Moine
|
b50be60304
|
advertise rake commands in README
|
2022-03-09 11:22:20 +01:00 |
|
Gwenhael Le Moine
|
76307759a4
|
integers are printed as such, without .0 part
|
2022-03-09 11:22:13 +01:00 |
|
Gwenhael Le Moine
|
895d06f67d
|
integers are printed as such, without .0 part
|
2022-03-09 11:20:43 +01:00 |
|