John Benediktsson
|
115b7b62df
|
basis: removing unnecessary method stack effects.
|
2020-09-09 15:00:54 -07:00 |
John Benediktsson
|
fcfe24f98b
|
fry: improve syntax for _ and @ to throw when not used in a fry quotation.
|
2019-10-04 18:15:59 -07:00 |
Doug Coleman
|
9f213f96f6
|
core: Add the shuffler words but without primitives.
The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings...
|
2018-06-19 22:52:58 -05:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
8504b17aad
|
Rename spread>quot to deep-spread>quot, and spread>quot-shallow to shallow-spread>quot.
|
2011-10-02 20:25:39 -07:00 |
Doug Coleman
|
38feae0e8f
|
Spread now infers with the correct stack effect. Make spread>quot-shallow which trims empty quotations off the head of the spread sequence. Fixes #139.
|
2011-10-02 18:35:01 -07:00 |
Keita Haga
|
2387969da1
|
fry: copyright header cleanup
|
2011-03-10 23:29:04 +09:00 |
Joe Groff
|
324889e2ac
|
'[ ] should make an empty quot
|
2009-11-11 15:50:20 -06:00 |
Joe Groff
|
a5d0705b48
|
patch up locals fry tests
|
2009-11-08 21:00:35 -06:00 |
Joe Groff
|
42a121fb60
|
0 [ndip] can be a nop
|
2009-11-07 21:51:50 -06:00 |
Joe Groff
|
f9a9a206f2
|
eliminate more redundant empty quots from fry code generation
|
2009-11-07 21:50:45 -06:00 |
Joe Groff
|
972a63630f
|
reduce number of primitive dip/curries generated by fry
|
2009-11-07 21:34:16 -06:00 |
Joe Groff
|
cbf2a2131f
|
reduce number of empty quotations generated by fry
|
2009-11-07 16:12:22 -06:00 |
Joe Groff
|
28b09d6d57
|
update terms of fry–locals peace treaty
|
2009-11-07 13:03:46 -06:00 |
Joe Groff
|
a4508e9c43
|
new fry implementation that builds human-readable quotations (e.g. { 1 2 3 } 4 '[ _ [ _ + ] map ] => [ { 1 2 3 } [ 4 + ] map ])
|
2009-11-06 23:43:07 -06:00 |
Doug Coleman
|
1d12a6707d
|
sigma -> map-sum
|
2009-10-29 14:34:04 -05:00 |
Doug Coleman
|
93de179c2f
|
over push -> suffix!, over push-all -> append!
|
2009-10-28 15:29:01 -05:00 |
Doug Coleman
|
bd13e018dd
|
memq? -> member-eq?, sorted-memq? -> sorted-member-eq?
|
2009-10-28 15:02:00 -05:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Doug Coleman
|
415d89e821
|
use unless-empty
|
2009-08-11 21:18:43 -05:00 |
Slava Pestov
|
ea60f8ae93
|
Changing : foo ; parsing to SYNTAX: foo ;
|
2009-03-21 01:27:50 -05:00 |
Slava Pestov
|
e4a0396550
|
Add parse-quotation hook to parser which locals overrides. '[ and [ use this hook. Fixes locals bug reported by erg
|
2009-03-06 19:48:04 -06:00 |
Slava Pestov
|
34792a9f23
|
Remove >r/r>
|
2008-12-17 19:17:37 -06:00 |
Slava Pestov
|
a3231c5a4e
|
Refactor fry a bit, to add extension points for locals
|
2008-11-27 21:55:20 -06:00 |
Slava Pestov
|
4886f6184b
|
Fix fry with > 3 holes
|
2008-11-21 05:47:47 -06:00 |
Slava Pestov
|
420ff0a447
|
Fry now throws a parse time error if it detects >r r> usage, tweak fry to better interact with locals
|
2008-11-21 05:17:51 -06:00 |
Slava Pestov
|
57242951b9
|
Better error reporting in FROM: and RENAME: words
|
2008-11-08 19:33:15 -06:00 |
Slava Pestov
|
c19f2257f4
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
Slava Pestov
|
ff97d589c9
|
Remove debug code
|
2008-09-11 00:36:55 -05:00 |
Slava Pestov
|
cf80dd122a
|
Updating code for make and fry changes
|
2008-09-10 22:11:40 -05:00 |
Slava Pestov
|
44f53de164
|
Move make to its own vocabulary, remove fry _ feature
|
2008-09-10 20:07:00 -05:00 |
Doug Coleman
|
8a921c791c
|
if-empty changes
|
2008-09-06 19:13:59 -05:00 |
Slava Pestov
|
d66f887736
|
Create basis vocab root
|
2008-07-28 22:03:13 -05:00 |