factor/basis/tools
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
..
annotations Clean up some duplication in annotate/deep-annotate 2011-08-26 17:11:50 -05:00
cocoa vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
completion tools.completion: add test that empty completions preserve order. 2011-09-17 09:00:43 -07:00
continuations threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
coverage Decouple adding the coverage annotations from setting the flag in them 2011-09-25 19:32:36 -07:00
crossref tools.crossref: now 50% faster. 2011-09-25 11:40:55 -07:00
deploy specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
deprecation Merge branch 'master' into startup 2009-11-15 02:52:50 -06:00
destructors docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
disassembler Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
dispatch tools.time: fix load error in docs 2010-03-16 16:44:36 +13:00
errors tools.errors: fix help lint 2011-09-13 23:40:48 -07:00
files vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
hexdump docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
memory Move some primitives from memory and memory.private to tools.memory.private, add data-heap and code-heap words that wrap the struct for you 2011-09-05 16:47:29 -07:00
profiler "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
scaffold tools.scaffold: remove unused ERROR: 2011-09-01 22:31:45 -07:00
test 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
threads Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
time tools.time: fix typo in docs 2011-01-18 07:29:55 +09:00
trace tools.trace: fix for call( 2009-05-06 23:47:17 -05:00
walker Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00