|  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 | 
				
					
						|  Slava Pestov | 627295f094 | 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 | 
				
					
						|  Slava Pestov | ea60f8ae93 | Changing : foo ; parsing to SYNTAX: foo ; | 2009-03-21 01:27:50 -05:00 | 
				
					
						|  Slava Pestov | be4fb1e7d9 | Move call( and execute( to core | 2009-03-16 20:11:36 -05:00 | 
				
					
						|  Daniel Ehrenberg | ff265aa919 | XMode doesn't use parser combinators at all; regexes allow parens for grouping | 2009-02-12 20:42:32 -06:00 | 
				
					
						|  Daniel Ehrenberg | d0d615fb2b | Starting to switch xmode to regexp; getting rid of <TAGS | 2009-02-12 13:18:43 -06:00 | 
				
					
						|  Daniel Ehrenberg | 86c3481f12 | Moving XML vocabularies around | 2009-02-05 21:17:03 -06:00 | 
				
					
						|  Slava Pestov | f8092480a6 | Fix a couple of bugs in xmode and add a unit test | 2009-01-30 19:34:31 -06:00 | 
				
					
						|  Daniel Ehrenberg | 356ee5ced5 | Fixing xmode? | 2009-01-28 23:56:47 -06:00 | 
				
					
						|  Slava Pestov | 34792a9f23 | Remove >r/r> | 2008-12-17 19:17:37 -06:00 | 
				
					
						|  Doug Coleman | c6ab49e8ca | use parser-combinators.regexp instead of regexp | 2008-09-18 13:48:18 -05:00 | 
				
					
						|  Slava Pestov | cf80dd122a | Updating code for make and fry changes | 2008-09-10 22:11:40 -05:00 | 
				
					
						|  Slava Pestov | 724fae53e9 | Move web framework to basis | 2008-09-04 18:15:13 -05:00 |