factor/basis/io
Doug Coleman 76580da5d5 Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF.
CREATE -> scan-new
CREATE-CLASS -> scan-new-class
CREATE-WORD -> scan-new-word
CREATE-GENERIC -> scan-new-generic
scan -> (scan-token)
scan-token now throws on eof
(scan-word) returns word/number/f
scan-word now throws on eof
scan-word-name expects a non-number
Fixes #183.
Fixes #209.
2011-09-29 11:28:28 -07:00
..
backend specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
buffers Remove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction 2010-10-08 18:55:13 -07:00
crlf io.crlf: add some unit tests; read-crlf now returns f on EOF 2009-04-17 17:52:22 -05:00
directories Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
encodings Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00
files specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
launcher Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
mmap Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
monitors Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
pipes specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
pools docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
ports specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
servers io.servers: fix a couple of typos in docs 2011-01-14 19:47:52 +09:00
sockets Fix typo on datagram docs 2011-09-26 12:27:37 -07:00
streams Make sure 0 read always returns f. Fixes issue #70. 2011-09-09 18:51:06 -07:00
styles io.styles: remove a nl in usage example of background 2011-02-20 06:11:31 +09:00
thread io.thread: if the I/O thread throws an error, call out to the fep immediately instead of going through the normal thread error mechanism, which by that point won't work anyway 2011-08-25 21:36:57 -07:00
timeouts Make sure io.backend.windows loads the implementations for the generics it defines. Make windows.handles not depend on io.timeouts. Fix typo in win32-file-attributes. Fix bug in null-output word. Clean up error checking code. 2010-09-17 14:19:10 -05:00