Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
e0e88895a1
|
loggin: some cleanup, particularly of write-message.
|
2014-03-11 11:22:24 -07:00 |
Doug Coleman
|
94db86a6db
|
Make "foo.private" require load foo instead.
Move require from vocabs.loader to vocabs. Update everything.
Fixes #201.
|
2011-11-02 11:50:03 -07:00 |
John Benediktsson
|
80e1c8e3f2
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
John Benediktsson
|
d61de12011
|
Cleanup more lint warnings.
|
2011-10-14 12:31:46 -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
|
ea726f5680
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04:00 |
Slava Pestov
|
ea60f8ae93
|
Changing : foo ; parsing to SYNTAX: foo ;
|
2009-03-21 01:27:50 -05:00 |
Slava Pestov
|
8e55533bfa
|
Tweak some furnace code to infer and load with almost no warnings
|
2009-03-15 18:19:29 -05:00 |
Doug Coleman
|
67d2da4040
|
set a default log level
|
2009-02-18 16:59:23 -06:00 |
Doug Coleman
|
91b4947e1e
|
with-logging should not take a DEBUG level
|
2009-02-18 16:01:53 -06:00 |
Doug Coleman
|
1045b904be
|
fix logging check, unit tests
|
2009-02-18 13:35:55 -06:00 |
Doug Coleman
|
e55425a65e
|
with-logging takes a log-level, more docs
|
2009-02-17 11:30:28 -06:00 |
Slava Pestov
|
058ba127cb
|
Cleaning up more -rot usages
|
2008-12-22 05:41:01 -06:00 |
Slava Pestov
|
c5160d76e9
|
Merge qualified, alias, symbols, constants into core
|
2008-12-17 18:10:01 -06:00 |
Slava Pestov
|
af55aeaba5
|
Fix circularity issue in logging
|
2008-11-23 03:57:36 -06:00 |
Slava Pestov
|
c19f2257f4
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
Slava Pestov
|
cf80dd122a
|
Updating code for make and fry changes
|
2008-09-10 22:11:40 -05:00 |
Slava Pestov
|
510da880a4
|
Tweak prettyprinting
|
2008-09-07 18:05:45 -05:00 |
Slava Pestov
|
05f47c1aaf
|
Prettyprinter now emits assoc-form tuples unless boa-tuple? is on
|
2008-09-06 03:23:54 -05:00 |
Slava Pestov
|
d66f887736
|
Create basis vocab root
|
2008-07-28 22:03:13 -05:00 |