remove old text file for listing issues
FossilOrigin-Name: ec836acf56db34f68ab983f5a03c8b487e0e4ad21feac64a13c651865a16a758
This commit is contained in:
parent
89c12a2fbe
commit
c8bea57564
2 changed files with 5 additions and 22 deletions
18
KNOWN-ISSUES
18
KNOWN-ISSUES
|
@ -1,18 +0,0 @@
|
||||||
Bug tracking is now handled via the tracker on sr.ht. See
|
|
||||||
https://todo.sr.ht/~crc_/retroforth for the full list.
|
|
||||||
|
|
||||||
This file contains a brief summary of
|
|
||||||
|
|
||||||
retro-compiler
|
|
||||||
|
|
||||||
The retro-compiler currently fails to work on at least some
|
|
||||||
ARM Linux systems.
|
|
||||||
|
|
||||||
See https://todo.sr.ht/~crc_/retroforth/3
|
|
||||||
|
|
||||||
retro-unix
|
|
||||||
|
|
||||||
`sys:abort-include` causes an invalid instruction error in
|
|
||||||
some circumstances. (Reported by Xiyoshi)
|
|
||||||
|
|
||||||
See https://todo.sr.ht/~crc_/retroforth/17
|
|
|
@ -15,7 +15,8 @@ URL: http://forthworks.com:8000
|
||||||
|
|
||||||
I also provide a git mirror of the fossil repository.
|
I also provide a git mirror of the fossil repository.
|
||||||
|
|
||||||
URL: https://git.sr.ht/~crc_/retroforth
|
* Sourcehut: https://git.sr.ht/~crc_/retroforth
|
||||||
|
* Github: https://github.com/crcx/retroforth.git
|
||||||
|
|
||||||
## Mailing Lists
|
## Mailing Lists
|
||||||
|
|
||||||
|
@ -36,9 +37,9 @@ https://sr.ht/~crc_/retroforth/trackers
|
||||||
There is a VM (implementations are in `vm`) named Nga. This implements
|
There is a VM (implementations are in `vm`) named Nga. This implements
|
||||||
a MISC style processor and system specific I/O extensions.
|
a MISC style processor and system specific I/O extensions.
|
||||||
|
|
||||||
The VM runs an image (implemented primarily in `image`, from `rx.muri`
|
The VM runs an image (implemented primarily in `image`, from
|
||||||
and `retro.forth`) that provides the actual language and a standard
|
`retro.muri` and `retro.forth`) that provides the actual language
|
||||||
library of words.
|
and a standard library of words.
|
||||||
|
|
||||||
System specific I/O extensions are provided and can be found in the
|
System specific I/O extensions are provided and can be found in the
|
||||||
`interface` directory. These include things related to the actual
|
`interface` directory. These include things related to the actual
|
||||||
|
|
Loading…
Reference in a new issue