John Benediktsson
|
59caf874a3
|
syntax: removing #! as a comment character.
We don't need two types of comments and shebang (#!) is handled
natively by the lexer, so the original reason for #! is not valid.
|
2015-09-09 18:28:08 -07:00 |
John Benediktsson
|
b366a06c41
|
use reject instead of [ ... not ] filter.
|
2015-05-12 18:50:34 -07:00 |
John Benediktsson
|
79e2265db1
|
irc: fix IRC: stack effects.
|
2011-10-18 19:20:24 -07:00 |
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 |
Bruno Deferrari
|
7f5f8185bf
|
irc.messages: Set timestamp when constructing, not on parser
|
2009-04-16 17:21:31 -03:00 |
Bruno Deferrari
|
4d722001e9
|
irc.messages: use SYNTAX: instead of parsing
|
2009-04-08 23:26:58 -03:00 |
Bruno Deferrari
|
1c70bf833f
|
irc: IRC messages reimplemented
|
2009-04-08 23:13:17 -03:00 |