95712f74de
FossilOrigin-Name: 555e617e91a6b391148ff5b113190e3b6675b3657004aecd8294a64fa26f43a4
1.7 KiB
1.7 KiB
RETRO 12 - 2018.6 - WIP
Major Changes:
- renamed
s:with-format
tos:format
- renamed
puts
tos:put
- renamed
putn
ton:put
- renamed
putf
tof:put
- renamed
putc
toc:put
- renamed
getc
toc:get
- renamed
gets
tos:get
- renamed
words
tod:words
-
under rre)
- removed
tors
- add
file:open<for-reading>
to RRE - add
file:open<for-append>
to RRE - add
file:open<for-writing>
to RRE
Bug fixes:
- use CELL instead of int in the VM
- glossary.forth now renders < > and & when serving the index as HTML
Build:
Core Language:
- renamed
s:with-format
tos:format
- renamed
puts
tos:put
- renamed
putn
ton:put
- renamed
putf
tof:put
- renamed
putc
toc:put
- renamed
getc
toc:get
- renamed
gets
tos:get
- renamed
words
tod:words
- add
d:words-with
- add
set:make
- add
{
and}
to create sets
Interfaces:
-
rre:
- no longer use ```` for code blocks; use ~~~ instead
- added
f:NAN
- added
f:INF
- added
f:-INF
- added
f:nan?
- added
f:inf?
- added
f:-inf?
- added
f:sqrt
- added "-t" command line argument to run tests
- rewrote command line handler
- added
file:open<for-reading>
- added
file:open<for-append>
- added
file:open<for-writing>
-
javascript/html
- cleaned up user interface (closer to the iOS UI now)
- simplified, cleaned up CSS a bit
Other:
Documentation:
Examples:
- fix numerous spelling errors (thanks hannah!)
- add example showing a means of addressing specific bytes
- add example showing assertions
- add example showing hooks/deferred words
Final Notes: