retroforth/RELEASE-NOTES
crc 5509f7acdb nga-c: retro.c now uses new image changes to avoid needing to add in dictionary searches
FossilOrigin-Name: 7cea93908f51dd1803de48216833e0887719882783ed104a93cfa6069b203144
2021-05-17 13:16:56 +00:00

42 lines
714 B
Text

# RetroForth 2021.7 (In-Progress) Release Notes
## Core Language
## Major Changes
- address 5 is now a pointer to `interpret`
- address 6 is now a pointor to `err:notfound`
## Added
- `if:` and `-if:`
## Renamed
## I/O
## Toolchain
## VM
- nga-c
- retro.c no longer does dictionary searches to find
needed resources in image
- nga-nim
- fix bug in VM_SH
- minor formatting adjustments
- start work to report some errors
## Examples
- add archive, archive-info, archive-extract
- add delete-file
## Documentation
- removed references to old command line arguments
- removed reference to the no longer existing "ok" prompt
- add a note that mentions that Retro does not display a prompt