Author: larry
Date: Mon Oct 9 00:22:24 2006
New Revision: 12875
Modified:
doc/trunk/design/syn/S05.pod
Log:
P5's s[pat][repl] syntax is dead, now use s[pat] = "repl"
Modified: doc/trunk/des
Author: larry
Date: Mon Oct 9 08:34:36 2006
New Revision: 12933
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S05.pod
Log:
Quote and regex adverbs may now take only parentheses as brackets.
Modified: doc/trunk/design/syn/S02.pod
Author: larry
Date: Mon Oct 9 08:44:59 2006
New Revision: 12936
Modified:
doc/trunk/design/syn/S02.pod
Log:
bleah, typo from ENOCAFFEINE
Modified: doc/trunk/design/syn/S02.pod
==
--- doc/trunk/design/syn/S02.pod
Author: larry
Date: Tue Oct 10 11:57:24 2006
New Revision: 13014
Modified:
doc/trunk/design/syn/S03.pod
Log:
For hypers, break out dimensional dwimmery from ordinary shape processing.
Dwimming hyperinfixes now point the small end at the "runt".
Unaries never dwim. :)
Modified:
Author: larry
Date: Tue Oct 10 12:10:23 2006
New Revision: 13015
Modified:
doc/trunk/design/syn/S03.pod
Log:
Forgot to update version and date.
Also forgot to mention self-extending lists using *. :)
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Tue Oct 10 12:16:52 2006
New Revision: 13016
Modified:
doc/trunk/design/syn/S03.pod
Log:
Clarified dwimminess relationship to * list extension.
Modified: doc/trunk/design/syn/S03.pod
==
--- doc
Author: larry
Date: Tue Oct 10 13:09:12 2006
New Revision: 13019
Modified:
doc/trunk/design/syn/S03.pod
Log:
typo from wolverian++
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod
Author: larry
Date: Tue Oct 10 16:55:33 2006
New Revision: 13022
Modified:
doc/trunk/design/syn/S03.pod
Log:
Clarification of non-ambiguity of «*»
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn
Author: larry
Date: Thu Oct 12 14:52:22 2006
New Revision: 13096
Modified:
doc/trunk/design/syn/S01.pod
doc/trunk/design/syn/S05.pod
Log:
Changed enforced backtracking from + to ! to avoid conflicting with Friedl's ++
Modified: doc/trunk/design/syn/S0
Author: larry
Date: Mon Oct 16 16:20:07 2006
New Revision: 13163
Modified:
doc/trunk/design/syn/S04.pod
Log:
bare prints spotted by bsb++.
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04.pod
Author: larry
Date: Mon Oct 16 17:23:16 2006
New Revision: 13164
Modified:
doc/trunk/design/syn/S01.pod
Log:
S01 was missing encoding directive.
Modified: doc/trunk/design/syn/S01.pod
==
--- doc/trunk/design/syn/S01
Author: larry
Date: Mon Oct 16 17:40:41 2006
New Revision: 13165
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S06.pod
Log:
More undotty print/say from bsb++.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Wed Oct 18 13:57:40 2006
New Revision: 13210
Modified:
doc/trunk/design/syn/S05.pod
Log:
word boundaries are defined in terms of \w, not \s
Modified: doc/trunk/design/syn/S05.pod
==
--- doc/trunk
Author: larry
Date: Wed Oct 18 14:49:21 2006
New Revision: 13211
Modified:
doc/trunk/design/syn/S05.pod
Log:
missing = from particle++
Modified: doc/trunk/design/syn/S05.pod
==
--- doc/trunk/design/syn/S05.pod
Author: larry
Date: Fri Oct 20 17:01:15 2006
New Revision: 13252
Modified:
doc/trunk/design/syn/S12.pod
Log:
"does" operator is non-associative according to S03. Leave it that way for now.
Modified: doc/trunk/design/s
Author: larry
Date: Mon Oct 30 12:18:19 2006
New Revision: 13350
Modified:
doc/trunk/design/syn/S03.pod
Log:
1st whack at applying dwimmy hypers to hashes.
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk
Author: larry
Date: Wed Nov 1 10:10:57 2006
New Revision: 13371
Modified:
doc/trunk/design/syn/S12.pod
Log:
Switched to explicit ;; for separating longest longname from subsequent args.
Modified: doc/trunk/design/syn/S12.pod
Author: larry
Date: Sat Nov 4 09:29:42 2006
New Revision: 13414
Modified:
doc/trunk/design/syn/S02.pod
Log:
Clarified that ordering of grammatical categories is controlled by the
magical hash matching construct.
Modified: doc/trunk/design/syn/S02.pod
Author: larry
Date: Sat Nov 4 10:00:08 2006
New Revision: 13415
Modified:
doc/trunk/design/syn/S02.pod
Log:
More clarification on parsing of "if " vs "if()".
Modified: doc/trunk/design/syn/S02.pod
Author: larry
Date: Mon Nov 6 14:44:17 2006
New Revision: 13463
Modified:
doc/trunk/design/syn/S12.pod
Log:
Changed has= to autoclose for consistency with other temporal declarators.
Modified: doc/trunk/design/syn/S12.pod
Author: larry
Date: Tue Nov 7 09:31:45 2006
New Revision: 13473
Modified:
doc/trunk/design/syn/S12.pod
Log:
BUILD submethods attempt to discourage method calls on inconsistent data.
Modified: doc/trunk/design/syn/S12.pod
Author: larry
Date: Fri Nov 10 11:14:19 2006
New Revision: 13474
Modified:
doc/trunk/design/syn/S12.pod
Log:
Clarification from cmarcelo++.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design/syn/S12.pod
Author: larry
Date: Mon Nov 13 10:14:35 2006
New Revision: 13475
Modified:
doc/trunk/design/syn/S03.pod
Log:
Added missing generic boolean comparisons as noted by dduncan++.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Mon Nov 13 17:09:46 2006
New Revision: 13476
Modified:
doc/trunk/design/syn/S03.pod
Log:
Add infix min and max as form of "||" to enable meta mods like min= or »max«
Modified: doc/trunk/design/s
Author: larry
Date: Wed Nov 15 09:35:04 2006
New Revision: 13478
Modified:
doc/trunk/design/syn/S02.pod
Log:
Clarifications on use of identifiers, names, and bare sigils.
Modified: doc/trunk/design/syn/S02.pod
Author: larry
Date: Wed Nov 15 10:44:13 2006
New Revision: 13479
Modified:
doc/trunk/design/syn/S02.pod
Log:
Clarification of $::foo et al. suggested by [partical]++
Modified: doc/trunk/design/syn/S02.pod
==
--- doc
Author: larry
Date: Thu Nov 23 08:46:49 2006
New Revision: 13480
Modified:
doc/trunk/design/syn/S02.pod
Log:
Clarification that unspace is not allowed within tokens, asked by anatoly++.
Modified: doc/trunk/design/syn/S02.pod
Author: larry
Date: Tue Nov 28 17:27:59 2006
New Revision: 13483
Modified:
doc/trunk/design/syn/S06.pod
Log:
Distinguished Set and Bag values from KeySet and KeyBag containers.
Modified: doc/trunk/design/syn/S06.pod
Author: larry
Date: Tue Nov 28 19:22:48 2006
New Revision: 13484
Modified:
doc/trunk/design/syn/S06.pod
Log:
typo
Modified: doc/trunk/design/syn/S06.pod
==
--- doc/trunk/design/syn/S06.pod(original)
+++ doc
Author: larry
Date: Tue Nov 28 20:06:15 2006
New Revision: 13485
Modified:
doc/trunk/design/syn/S06.pod
Log:
Er, fixed other typo in the same word...
Modified: doc/trunk/design/syn/S06.pod
==
--- doc/trunk/design
Author: larry
Date: Wed Nov 29 00:25:32 2006
New Revision: 13486
Modified:
doc/trunk/design/syn/S06.pod
Log:
"you you" noticed by Ruud++.
Modified: doc/trunk/design/syn/S06.pod
==
--- doc/trunk/design/s
Author: larry
Date: Wed Nov 29 09:20:50 2006
New Revision: 13487
Modified:
doc/trunk/design/syn/S01.pod
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S04.pod
doc/trunk/design/syn/S05.pod
doc/trunk/design/syn/S06.pod
doc/trunk/design/syn/S09
Author: larry
Date: Tue Dec 5 09:37:26 2006
New Revision: 13488
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S06.pod
Log:
Clarify Set/Bag relationship to KeyHash.
Clarify default precedence when creating infix via ::=.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Tue Dec 5 17:19:40 2006
New Revision: 13489
Modified:
doc/trunk/design/syn/S04.pod
doc/trunk/design/syn/S06.pod
Log:
C now allows any statement, just like C.
Modified: doc/trunk/design/syn/S04.pod
Author: larry
Date: Wed Dec 13 17:50:39 2006
New Revision: 13490
Modified:
doc/trunk/design/syn/S04.pod
Log:
Generalized the do/gather syntax to other similar dynamic scoping constructs.
Modified: doc/trunk/design/syn/S04.pod
Author: larry
Date: Fri Dec 15 21:44:02 2006
New Revision: 13491
Modified:
doc/trunk/design/syn/S02.pod
Log:
Added grammatical category for "do" and friends.
Modified: doc/trunk/design/syn/S02.pod
==
---
Author: larry
Date: Sat Dec 16 11:11:30 2006
New Revision: 13492
Modified:
doc/trunk/design/syn/S02.pod
Log:
braino noticed by gaal++
Modified: doc/trunk/design/syn/S02.pod
==
--- doc/trunk/design/syn/S02.pod
Author: larry
Date: Mon Dec 18 17:50:54 2006
New Revision: 13493
Modified:
doc/trunk/design/syn/S06.pod
Log:
Nitty infrastructural routines probably shouldn't rely on multiple dispatch or
optional args, so we now have .call, .callc and .callv forms.
Also added .goto variants for tail
Author: larry
Date: Tue Dec 19 01:02:59 2006
New Revision: 13494
Modified:
doc/trunk/design/syn/S06.pod
Log:
Rehuffmanized call/goto to callmumble/nextmumble at suggestion of TheDamian++.
Eliminated the capture forms since unary |$args is just fine for that.
Changed interaction of normal sigs
Author: larry
Date: Tue Dec 19 01:20:40 2006
New Revision: 13495
Modified:
doc/trunk/design/syn/S12.pod
Log:
callsame/callwith/nextsame/nextwith mentioned here too.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc
Author: larry
Date: Tue Dec 19 01:32:45 2006
New Revision: 13496
Modified:
doc/trunk/design/syn/S12.pod
Log:
Duh, it's December.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design/syn/S1
Author: larry
Date: Wed Dec 20 18:42:50 2006
New Revision: 13497
Modified:
doc/trunk/design/syn/S03.pod
Log:
Made Range objects smarter about transforms.
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk
Author: larry
Date: Fri Dec 22 20:29:46 2006
New Revision: 13498
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S12.pod
Log:
Attempts to simplify and rationalize smartmatch semantics. Run-time semantics
of ~~ are now severely limited; no recursion to ~~ is used, and final
Author: larry
Date: Sat Dec 23 02:10:28 2006
New Revision: 13499
Modified:
doc/trunk/design/syn/S03.pod
Log:
Ruminations on defining the limits of what are considered metatokens.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Sat Dec 23 12:10:42 2006
New Revision: 13500
Modified:
doc/trunk/design/syn/S03.pod
Log:
Clarification on which forms of infix:<~~> are provided dynamically if
compile-time recognition fails over to multiple dispatch.
Clarification on limits to metaoperato
Author: larry
Date: Sat Dec 23 12:50:23 2006
New Revision: 13501
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S06.pod
Log:
Housekeeping move of basic types section from S06 to S02, no other changes.
Modified: doc/trunk/design/syn/S02.pod
Author: larry
Date: Sat Dec 23 18:37:23 2006
New Revision: 13502
Modified:
doc/trunk/design/syn/S03.pod
Log:
More attempts to make smartmatch semantics consistent with multiple dispatch.
Regex matching now does not "autogrep" an Array since we're trying to
extend Regex matchi
Author: larry
Date: Sat Dec 23 18:57:20 2006
New Revision: 13503
Modified:
doc/trunk/design/syn/S05.pod
Log:
removed "is from" in favor of ":= cat" which composes better.
Modified: doc/trun
Author: larry
Date: Thu Dec 28 13:35:41 2006
New Revision: 13504
Modified:
doc/trunk/design/syn/S12.pod
Log:
Fossil of old foo($bar) semantics found by b_jonas++.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc
Author: larry
Date: Thu Dec 28 13:56:48 2006
New Revision: 13505
Modified:
doc/trunk/design/syn/S12.pod
Log:
Refinements to previous fix.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design/syn/S12.pod
Author: larry
Date: Thu Dec 28 14:31:49 2006
New Revision: 13506
Modified:
doc/trunk/design/syn/S12.pod
Log:
An "edito" noticed by mj41++.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design/s
Author: larry
Date: Thu Dec 28 14:47:15 2006
New Revision: 13507
Modified:
doc/trunk/design/syn/S12.pod
Log:
Another tweak from b_jonas++.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design/syn/S12.pod
Author: larry
Date: Thu Dec 28 14:51:37 2006
New Revision: 13508
Modified:
doc/trunk/design/syn/S12.pod
Log:
Grrr, otta profefreed my onw righting occashionaly.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc
Author: larry
Date: Thu Dec 28 17:58:19 2006
New Revision: 13509
Modified:
doc/trunk/design/syn/S12.pod
Log:
Typo from Ruud++.
Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design/syn/S12.pod
Author: larry
Date: Thu Jan 4 13:44:32 2007
New Revision: 13510
Modified:
doc/trunk/design/syn/S03.pod
Log:
Hyper ops must degenerate gracefully to scalar ops for non-lists.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Thu Jan 4 14:07:33 2007
New Revision: 13511
Modified:
doc/trunk/design/syn/S03.pod
Log:
typo from wolverian++
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod
Author: larry
Date: Sun Jan 7 00:50:30 2007
New Revision: 13515
Modified:
doc/trunk/design/syn/S03.pod
Log:
Smartmatching is now hopefully more consistent, extensible, and optimizable.
(Suggestion to use single dispatch semantics on pattern was from luqui++.)
After single dispatch, pattern
Author: larry
Date: Sun Jan 7 01:39:34 2007
New Revision: 13516
Modified:
doc/trunk/design/syn/S03.pod
Log:
Clarification on how a Grammar pattern finds its top rule.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Sun Jan 7 08:16:06 2007
New Revision: 13517
Modified:
doc/trunk/design/syn/S03.pod
Log:
Typos from (Aaron and Nick)»++
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod
Author: larry
Date: Sun Jan 7 19:13:17 2007
New Revision: 13518
Modified:
doc/trunk/design/syn/S03.pod
Log:
[particle]++ points out that an autocalled top method should be called TOP.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Mon Jan 8 02:35:42 2007
New Revision: 13519
Modified:
doc/trunk/design/syn/S03.pod
Log:
A bunch more "tough love" applied to the smartmatching semantics.
Change $x notation to X notation to better reflect metasyntactic nature.
Num and Str as patterns now co
Author: larry
Date: Mon Jan 8 02:42:50 2007
New Revision: 13520
Modified:
doc/trunk/design/syn/S03.pod
Log:
cut-n-paste flub
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod
Author: larry
Date: Mon Jan 8 12:56:14 2007
New Revision: 13522
Modified:
doc/trunk/design/syn/S03.pod
Log:
eliminated Subset and Superset types.
eliminated .exists in favor of .contains
renamed LazyCat to just Cat for consistency with method and function variants
Modified: doc/trunk
Author: larry
Date: Tue Jan 16 11:09:42 2007
New Revision: 13523
Modified:
doc/trunk/design/syn/S05.pod
Log:
Tweak | to provide longest-token instead of short-circuit semantics.
Now use || for old short-circuit semantics!
Modified: doc/trunk/design/syn/S05.pod
Author: larry
Date: Tue Jan 16 13:27:58 2007
New Revision: 13524
Modified:
doc/trunk/design/syn/S05.pod
Log:
As suggested by pmichaud++, also split C<&> into C<&> and C<&&>,
with only the latter guaranteeing order.
Modi
Author: larry
Date: Tue Jan 16 13:42:34 2007
New Revision: 13525
Modified:
doc/trunk/design/syn/S05.pod
Log:
Clarification of relationship of hash keys to constant prefix processing.
Modified: doc/trunk/design/syn/S05.pod
Author: larry
Date: Wed Jan 17 10:56:32 2007
New Revision: 13526
Modified:
doc/trunk/design/syn/S13.pod
Log:
Replaced "is commutative" with a more general multisig syntax.
Modified: doc/trunk/design/s
Author: larry
Date: Wed Jan 17 11:50:09 2007
New Revision: 13527
Modified:
doc/trunk/design/syn/S03.pod
Log:
Revised reduce semantics to allow list infixes to work correctly.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Wed Jan 17 14:05:20 2007
New Revision: 13528
Modified:
doc/trunk/design/syn/S05.pod
Log:
Clarify how C<||> limits longest-token semantics.
Modified: doc/trunk/design/syn/S05.pod
==
--- doc
Author: larry
Date: Wed Jan 17 18:24:48 2007
New Revision: 13529
Modified:
doc/trunk/design/syn/S05.pod
Log:
We now analyze regex expressions as pattern/action pairs and grammars as
collections of those pairs. The initial-constant-strings approach
is now generalized to initial DFAable
Author: larry
Date: Fri Jan 19 17:48:06 2007
New Revision: 13530
Modified:
doc/trunk/design/syn/S05.pod
Log:
Further attempts to make default auto-tokening rules unsurprising.
Modified: doc/trunk/design/syn/S05.pod
Author: larry
Date: Mon Jan 22 10:46:25 2007
New Revision: 13531
Modified:
doc/trunk/design/syn/S04.pod
Log:
Implicit return policies clarified. Loop and conditional returns are now
more conducive to list comprehension constructs (including accidental ones).
Modified: doc/trunk/design/syn
Author: larry
Date: Mon Jan 22 11:40:24 2007
New Revision: 13532
Modified:
doc/trunk/design/syn/S04.pod
Log:
More list comprehension tweakage.
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04
Author: larry
Date: Mon Jan 22 11:47:39 2007
New Revision: 13533
Modified:
doc/trunk/design/syn/S04.pod
Log:
typo from TreyHarris++
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04.pod
Author: larry
Date: Mon Jan 22 12:21:27 2007
New Revision: 13534
Modified:
doc/trunk/design/syn/S03.pod
Log:
Tweakage of && and || semantics in support of list comprehensions.
Modified: doc/trunk/design/syn
Author: larry
Date: Mon Jan 22 15:51:04 2007
New Revision: 13535
Modified:
doc/trunk/design/syn/S04.pod
Log:
typo from thom++
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04.pod
Author: larry
Date: Mon Jan 22 17:46:46 2007
New Revision: 13536
Modified:
doc/trunk/design/syn/S03.pod
Log:
Debrainoization suggested by John Macdonald++.
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk
Author: larry
Date: Mon Jan 22 17:53:44 2007
New Revision: 13537
Modified:
doc/trunk/design/syn/S04.pod
Log:
Forgot that we're calling them multislices these days...
Modified: doc/trunk/design/syn/S04.pod
==
--
Author: larry
Date: Thu Jan 25 13:50:47 2007
New Revision: 13538
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S04.pod
Log:
Obsoleted block initializer syntax.
Mention div and mod.
Modified: doc/trunk/design/syn/S03.pod
Author: larry
Date: Thu Jan 25 13:54:46 2007
New Revision: 13539
Modified:
doc/trunk/design/syn/S04.pod
Log:
(forgot to delete example line)
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04.pod
Author: larry
Date: Sat Jan 27 00:59:58 2007
New Revision: 13540
Modified:
doc/trunk/design/syn/S03.pod
Log:
Major reorganization of S03.
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod
Author: larry
Date: Sat Jan 27 13:27:55 2007
New Revision: 13541
Modified:
doc/trunk/design/syn/S05.pod
Log:
Note that @ish quoting forms can save wear and tear on the <' '> keys.
Modified: doc/trunk/de
Author: larry
Date: Sun Jan 28 16:04:21 2007
New Revision: 13542
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S06.pod
Log:
Typos from (Joe and Mark)++
Rethink of low-precedence priority to unify listops with contextualizers.
Comma precedence now separate to avoid former
Author: larry
Date: Mon Jan 29 10:39:25 2007
New Revision: 13543
Modified:
doc/trunk/design/syn/S04.pod
Log:
Note that take is intended to work en passant as suggested by gabriele renzi++
Also clarified that gather provides a void context to its victim.
Modified: doc/trunk/design/syn/S04
Author: larry
Date: Mon Jan 29 10:45:26 2007
New Revision: 13544
Modified:
doc/trunk/design/syn/S04.pod
Log:
Minor cleanups
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04.pod(original
Author: larry
Date: Mon Jan 29 14:06:49 2007
New Revision: 13545
Modified:
doc/trunk/design/syn/S04.pod
Log:
Clarifications requested by gaal++.
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04
Author: larry
Date: Mon Jan 29 16:05:40 2007
New Revision: 13546
Modified:
doc/trunk/design/syn/S04.pod
doc/trunk/design/syn/S06.pod
Log:
More infonuggets for gaal++.
Modified: doc/trunk/design/syn/S04.pod
Author: larry
Date: Mon Jan 29 17:41:22 2007
New Revision: 13547
Modified:
doc/trunk/design/syn/S04.pod
Log:
typo from KF8NH++
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04.pod
Author: larry
Date: Mon Jan 29 21:05:36 2007
New Revision: 13548
Modified:
doc/trunk/design/syn/S02.pod
Log:
More clarifications requested by thom++.
Modified: doc/trunk/design/syn/S02.pod
==
--- doc/trunk/design
Author: larry
Date: Tue Jan 30 12:11:00 2007
New Revision: 13549
Modified:
doc/trunk/design/syn/S09.pod
Log:
Disabled negative subscript dwimmery for all shaped arrays.
* can now take + and - operators.
Modified: doc/trunk/design/syn/S09.pod
Author: larry
Date: Tue Jan 30 12:20:47 2007
New Revision: 13550
Modified:
doc/trunk/design/syn/S09.pod
Log:
Another idea for *+ vs *- in subscripts
Modified: doc/trunk/design/syn/S09.pod
==
--- doc/trunk/design/syn
Author: larry
Date: Tue Jan 30 12:31:16 2007
New Revision: 13551
Modified:
doc/trunk/design/syn/S09.pod
Log:
Braino spotted by TSa++
Modified: doc/trunk/design/syn/S09.pod
==
--- doc/trunk/design/syn/S09.pod
Author: larry
Date: Tue Jan 30 13:11:37 2007
New Revision: 13552
Modified:
doc/trunk/design/syn/S09.pod
Log:
typo from [particle]++
Modified: doc/trunk/design/syn/S09.pod
==
--- doc/trunk/design/syn/S09.pod
Author: larry
Date: Tue Jan 30 18:40:29 2007
New Revision: 13553
Modified:
doc/trunk/design/syn/S03.pod
Log:
Various suggestions by Nick++
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod
Author: larry
Date: Tue Jan 30 18:54:32 2007
New Revision: 13554
Modified:
doc/trunk/design/syn/S03.pod
Log:
Deleted stylistic notes ill-suited for a spec.
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk
Author: larry
Date: Tue Jan 30 19:00:44 2007
New Revision: 13555
Modified:
doc/trunk/design/syn/S01.pod
Log:
While the month of Nob is cute...
Modified: doc/trunk/design/syn/S01.pod
==
--- doc/trunk/design/syn/S01
Author: larry
Date: Tue Jan 30 19:05:36 2007
New Revision: 13556
Modified:
doc/trunk/design/syn/S01.pod
Log:
Forgot to change the date... :)
Modified: doc/trunk/design/syn/S01.pod
==
--- doc/trunk/design/syn/S01.pod
Author: larry
Date: Wed Jan 31 10:37:46 2007
New Revision: 13557
Modified:
doc/trunk/design/syn/S05.pod
Log:
Clean up some of the language to avoid confusing automata terminology.
Changed token keyword not to terminate token autodeclaration on whitespace,
so it's now possible to spec
Author: larry
Date: Wed Jan 31 13:01:12 2007
New Revision: 13558
Modified:
doc/trunk/design/syn/S05.pod
Log:
Made a bunch of declarative/procedural distinctions.
Modified: doc/trunk/design/syn/S05.pod
==
--- doc
Author: larry
Date: Thu Feb 1 10:52:27 2007
New Revision: 13559
Modified:
doc/trunk/design/syn/S03.pod
Log:
Keeping exceptions exceptional and lazy to promote parallelism.
Some random C<> cleanup.
Modified: doc/trunk/design/syn/S
201 - 300 of 1594 matches
Mail list logo