Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

root: 2924 2

latest revision download root:

2924 annotated / raw | Diffs: previous, other | Lines: 1771 ( +20, -7 )

Created: 2008-04-12 08:08:04 -0500 (33 days ago) | Author: neoeinstein | Changeset: 2924

BOO-996, BOO-995: Added "then" keyword to replace "else" semantic in looping constructs; Added "or" semantic to looping constructs.  With testcases galore.

Properties

 svn:executable = *

2912 annotated / raw | Diffs: previous, other | Lines: 1758 ( +15, -0 )

Created: 2008-04-08 10:50:55 -0500 (37 days ago) | Author: neoeinstein | Changeset: 2912

BOO-988: Added else block to the for and while statements, and include a suite of testcases for verification of the oddities.

Properties

 svn:executable = *

2745 annotated / raw | Diffs: previous, other | Lines: 1743 ( +5, -0 )

Created: 2007-10-26 22:41:44 -0500 (6 months ago) | Author: neoeinstein | Changeset: 2745

Copied (2 times):

WhiteSpaceAgnostic Boo Printer
BOO-890: Makes the compiler context aware of WhiteSpaceAgnostic mode so that visitors can react accordingly if necessary

Properties

 svn:executable = *

2744 annotated / raw | Diffs: previous, other | Lines: 1738 ( +49, -5 )

Created: 2007-10-26 21:18:03 -0500 (6 months ago) | Author: neoeinstein | Changeset: 2744

Exception Omnibus
BOO-910: Coerce CLI to wrap non-CLS compliant exceptions at runtime
BOO-880: Implement Failure handler
BOO-879: Implement Filter handler
BOO-877: Allow for anonymous typed exception handlers
BOO-876: Remove hidden '__exception' variable in anonymous exception handlers

Properties

 svn:executable = *

2736 annotated / raw | Diffs: previous, other | Lines: 1694 ( +24, -24 )

Created: 2007-10-26 07:47:54 -0500 (6 months ago) | Author: bamboo | Changeset: 2736

BOO-903 - relaxed generic type syntax

Properties

 svn:executable = *

2714 annotated / raw | Diffs: previous, other | Lines: 1694 ( +37, -12 )

Created: 2007-10-09 13:56:36 -0500 (7 months ago) | Author: bamboo | Changeset: 2714

Copied to: boo/tags/0.8.0.2730/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 2732

BOO-889 - adapted and corrected patch by Marcus Griep

Properties

 svn:executable = *

2658 annotated / raw | Diffs: previous, other | Lines: 1669 ( +67, -31 )

Created: 2007-09-01 10:01:40 -0500 (8 months ago) | Author: bamboo | Changeset: 2658

Copied to: boo/tags/0.7.9.2659/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 2661

BOO-730

Properties

 svn:executable = *

2634 annotated / raw | Diffs: previous, other | Lines: 1633 ( +11, -8 )

Created: 2007-07-27 12:49:23 -0500 (9 months ago) | Author: avish | Changeset: 2634

Internal Generic Types: AST, Parser, TypeSystem and Emitter updates.
Basically, a very trivial generic type with no members can now be emitted, but anything more complex than that comes crashing down in flames.
This is basically a savepoint to avoid a mega-commit later. All tests are passing.

Properties

 svn:executable = *

2623 annotated / raw | Diffs: previous, other | Lines: 1630 ( +11, -4 )

Created: 2007-07-12 18:27:59 -0500 (10 months ago) | Author: bamboo | Changeset: 2623

type reference splicing

Properties

 svn:executable = *

2601 annotated / raw | Diffs: previous, other | Lines: 1623 ( +6, -6 )

Created: 2007-06-20 21:46:02 -0500 (10 months ago) | Author: bamboo | Changeset: 2601

Copied to: boo/branches/meta-programming/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 2610

meta methods can accept blocks; CallableBlockExpression renamed BlockExpression to make it easier on the wrist

Properties

 svn:executable = *

2598 annotated / raw | Diffs: previous, other | Lines: 1623 ( +1, -1 )

Created: 2007-06-20 21:44:04 -0500 (10 months ago) | Author: bamboo | Changeset: 2598

AstLiteralExpression => QuasiquoteExpression

Properties

 svn:executable = *

2587 annotated / raw | Diffs: previous, other | Lines: 1623 ( +24, -9 )

Created: 2007-06-20 21:40:17 -0500 (10 months ago) | Author: bamboo | Changeset: 2587

Template Haskell style quasi-quotation and splice operators

Properties

 svn:executable = *

2572 annotated / raw | Diffs: previous, other | Lines: 1608 ( +5, -3 )

Created: 2007-06-14 00:33:25 -0500 (11 months ago) | Author: bamboo | Changeset: 2572

Copied to: boo/branches/stable/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 2583

started exploring .net 2.0 features for ast classes: replaced class hierarchy with 'partial' modifier; replaced generated collection code with generic NodeCollection class

2571 annotated / raw | Diffs: previous, other | Lines: 1606 ( +0, -1 )

Created: 2007-06-13 16:48:38 -0500 (11 months ago) | Author: bamboo | Changeset: 2571

minor refactorings; whitespace normalization

2567 annotated / raw | Diffs: previous, other | Lines: 1607 ( +16, -0 )

Created: 2007-06-13 13:25:37 -0500 (11 months ago) | Author: bamboo | Changeset: 2567

merged 0.8 branch into trunk removing NET_2_0 conditional compilation from Boo.Lang.Compiler in the process

2547 annotated / raw | Diffs: previous, other | Lines: 1591 ( +6, -5 )

Created: 2007-06-09 22:27:46 -0500 (11 months ago) | Author: bamboo | Changeset: 2547

a few hints by dotTrace

Branch point for: tag:boo-0.7.8.2556 tag:boo-0.7.8.2559

2447 annotated / raw | Diffs: previous, other | Lines: 1590 ( +12, -1 )

Created: 2007-04-07 07:37:12 -0500 (13 months ago) | Author: avish | Changeset: 2447

Copied (2 times):

Fix for BOO-742 and support for the new "Type of *" syntax for referencing generic definitions.

Branch point for: tag:boo-0.7.6.2473 tag:boo-0.7.7.2475

2431 annotated / raw | Diffs: previous, other | Lines: 1579 ( +0, -14 )

Created: 2007-03-01 08:32:49 -0600 (14 months ago) | Author: bamboo | Changeset: 2431

unreserving 'success' and 'retry' keywords

2420 annotated / raw | Diffs: previous, other | Lines: 1593 ( +5, -5 )

Created: 2007-02-26 16:48:48 -0600 (14 months ago) | Author: dholton | Changeset: 2420

minor change to mark IsSynthetic a few more places, plus showcompilersteps.boo.
IsSynthetic may be deprecated in the future though (see BOO-804 comments).

2369 annotated / raw | Diffs: previous, other | Lines: 1593 ( +71, -16 )

Created: 2006-12-12 10:31:35 -0600 (17 months ago) | Author: bamboo | Changeset: 2369

brought wsaboo.g parser uptodate with boo.g and finally added a test suite - boo.g tests will be automatically converted to wsa from now on and automatically added to the test suite so they won't diverge so much in the future

2274 annotated / raw | Diffs: previous, other | Lines: 1538 ( +1, -5 )

Created: 2006-06-10 15:34:20 -0500 (23 months ago) | Author: bamboo | Changeset: 2274

'self' based extension method syntax removed

2089 annotated / raw | Diffs: previous, other | Lines: 1542 ( +8, -3 )

Created: 2006-02-23 11:44:20 -0600 (2 years 2 months ago) | Author: dholton | Changeset: 2089

Copied to: boo/branches/stable/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 2237

changed booprintervisitor and codedom to use new property syntax

Branch point for: tag:boo-0.7.6.2234

2025 annotated / raw | Diffs: previous, other | Lines: 1537 ( +4, -0 )

Created: 2005-12-18 14:25:37 -0600 (2 years 4 months ago) | Author: bamboo | Changeset: 2025

BooPrinterVisitor was omitting the partial modifier

2012 annotated / raw | Diffs: previous, other | Lines: 1533 ( +11, -2 )

Created: 2005-11-24 16:34:59 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 2012

Copied to: boo/branches/stable/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 2016

BOO-534 (BeginInvoke overloads)

Branch point for: tag:boo-0.7.5.2013

2009 annotated / raw | Diffs: previous, other | Lines: 1524 ( +17, -3 )

Created: 2005-11-23 15:07:46 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 2009

BOO-571, BOO-361; parens are now required around array arguments to 'in'

2008 annotated / raw | Diffs: previous, other | Lines: 1510 ( +11, -0 )

Created: 2005-11-22 13:46:39 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 2008

support for conditional expressions at the ast and compiler levels - the syntax should not be considered stable or anything, it's just a prototype based on python's take on this

1997 annotated / raw | Diffs: previous, other | Lines: 1499 ( +1, -1 )

Created: 2005-11-19 13:47:39 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 1997

BOO-614

1989 annotated / raw | Diffs: previous, other | Lines: 1499 ( +1, -1 )

Created: 2005-11-18 08:39:29 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 1989

BOO-384; AsExpression=>TryCastExpression

1980 annotated / raw | Diffs: previous, other | Lines: 1499 ( +44, -25 )

Created: 2005-11-15 08:13:28 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 1980

parsing of generic type references and generic reference expressions

1961 annotated / raw | Diffs: previous, other | Lines: 1480 ( +32, -0 )

Created: 2005-11-04 05:28:36 -0600 (2 years 6 months ago) | Author: bamboo | Changeset: 1961

BOO-585; default debug setting is now true for booc nant task

1913 annotated / raw | Diffs: previous, other | Lines: 1448 ( +5, -0 )

Created: 2005-09-29 10:56:36 -0500 (2 years 7 months ago) | Author: bamboo | Changeset: 1913

Copied to: boo/branches/stable/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 1950

ones complement operator

Branch point for: tag:boo-0.7.0.1921

1907 annotated / raw | Diffs: previous, other | Lines: 1443 ( +20, -15 )

Created: 2005-09-27 23:49:19 -0500 (2 years 7 months ago) | Author: bamboo | Changeset: 1907

Copied to: boo/branches/generics/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 1910

fixed compatibility issues with .net 2.0 september ctp

1902 annotated / raw | Diffs: previous, other | Lines: 1438 ( +21, -1 )

Created: 2005-09-22 15:03:46 -0500 (2 years 7 months ago) | Author: bamboo | Changeset: 1902

Copied to: boo/branches/generics/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 1906

BOO-480

1894 annotated / raw | Diffs: previous, other | Lines: 1418 ( +15, -2 )

Created: 2005-09-03 15:50:17 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1894

byref support by Doug Holton

1819 annotated / raw | Diffs: previous, other | Lines: 1405 ( +7, -0 )

Created: 2005-08-20 14:29:55 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1819

Copied (2 times):

more powerful ast operations: Node.Matches, Node.ReplaceNodes; collection attribute as an example of the new power

1813 annotated / raw | Diffs: previous, other | Lines: 1398 ( +5, -6 )

Created: 2005-08-19 19:54:40 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1813

allow return ast: ... construct

1812 annotated / raw | Diffs: previous, other | Lines: 1399 ( +0, -2 )

Created: 2005-08-19 19:34:02 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1812

only assign a new value when explicitly changed by the derived class and it's different from the original value

1811 annotated / raw | Diffs: previous, other | Lines: 1401 ( +20, -0 )

Created: 2005-08-19 15:57:43 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1811

ast literals

1784 annotated / raw | Diffs: previous, other | Lines: 1381 ( +15, -11 )

Created: 2005-08-16 07:32:50 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1784

float literals

1775 new/moved annotated / raw | Diffs: previous, other | Lines: 1377 ( +1377, -0 )

Created: 2005-08-11 17:41:30 -0500 (2 years 9 months ago) | Author: bamboo | Changeset: 1775

Moved from: trunk/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 1755

restructuring the repository to accomodate multiple projects

1755 annotated / raw | Diffs: previous, other | Lines: 1377 ( +16, -5 )

Created: 2005-07-26 17:39:13 -0500 (2 years 9 months ago) | Author: bamboo | Changeset: 1755

Moved to: boo/trunk/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 1775

explode operator

1737 annotated / raw | Diffs: previous, other | Lines: 1366 ( +45, -35 )

Created: 2005-07-20 13:05:21 -0500 (2 years 9 months ago) | Author: bamboo | Changeset: 1737

BOO-394 patch by Doug Holton

1686 annotated / raw | Diffs: previous, other | Lines: 1342 ( +20, -0 )

Created: 2005-06-27 13:46:33 -0500 (2 years 10 months ago) | Author: bamboo | Changeset: 1686

<< and >> operators; check signature of implemented abstract members

1685 annotated / raw | Diffs: previous, other | Lines: 1322 ( +3, -3 )

Created: 2005-06-27 12:06:48 -0500 (2 years 10 months ago) | Author: bamboo | Changeset: 1685

BOO-313 - changing struct values accessed with properties

1656 annotated / raw | Diffs: previous, other | Lines: 1322 ( +12, -1 )

Created: 2005-06-05 16:26:43 -0500 (2 years 11 months ago) | Author: bamboo | Changeset: 1656

fixed issue with inner classes interacting with BOO-333

1637 annotated / raw | Diffs: previous, other | Lines: 1311 ( +9, -2 )

Created: 2005-05-23 20:03:09 -0500 (2 years 11 months ago) | Author: bamboo | Changeset: 1637

Copied (2 times):

dont parens unnecessary parens when printing unary expressions

1635 annotated / raw | Diffs: previous, other | Lines: 1304 ( +15, -7 )

Created: 2005-05-23 19:13:04 -0500 (2 years 11 months ago) | Author: bamboo | Changeset: 1635

continue statement was not being printed

1612 annotated / raw | Diffs: previous, other | Lines: 1296 ( +10, -0 )

Created: 2005-05-19 22:39:36 -0500 (2 years 11 months ago) | Author: bamboo | Changeset: 1612

Copied (2 times):

dead code removed; |= and &= operators; MonoDevelop project files

1591 annotated / raw | Diffs: previous, other | Lines: 1286 ( +8, -0 )

Created: 2005-05-12 21:16:23 -0500 (3 years ago) | Author: bamboo | Changeset: 1591

experimental char literal support

1576 annotated / raw | Diffs: previous, other | Lines: 1278 ( +5, -0 )

Created: 2005-05-10 12:14:36 -0500 (3 years ago) | Author: latexer | Changeset: 1576

Some small fixes for the destructor stuff.

1552 annotated / raw | Diffs: previous, other | Lines: 1273 ( +1273, -1310 )

Created: 2005-05-01 14:54:56 -0500 (3 years ago) | Author: bamboo | Changeset: 1552

initial work on the ast pipeline

1541 annotated / raw | Diffs: previous, other | Lines: 1310 ( +1, -1 )

Created: 2005-04-28 20:51:39 -0500 (3 years ago) | Author: bamboo | Changeset: 1541

Copied to: tags/0.5.3.1544/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 1545

extended generators

1539 annotated / raw | Diffs: previous, other | Lines: 1310 ( +18, -1 )

Created: 2005-04-28 19:04:35 -0500 (3 years ago) | Author: bamboo | Changeset: 1539

parsing of multi generator expressions

1518 annotated / raw | Diffs: previous, other | Lines: 1293 ( +24, -0 )

Created: 2005-04-22 20:24:49 -0500 (3 years ago) | Author: bamboo | Changeset: 1518

Copied (2 times):

BOO-295

1469 annotated / raw | Diffs: previous, other | Lines: 1269 ( +7, -6 )

Created: 2005-04-02 15:49:48 -0600 (3 years 1 month ago) | Author: bamboo | Changeset: 1469

Copied to: tags/0.5.2/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 1481

minor fix to BooPrinterVisitor sent by Doug Holton

1463 annotated / raw | Diffs: previous, other | Lines: 1268 ( +5, -0 )

Created: 2005-03-30 07:22:02 -0600 (3 years 1 month ago) | Author: bamboo | Changeset: 1463

latexer patch for array type references

1275 annotated / raw | Diffs: previous, other | Lines: 1253 ( +5, -0 )

Created: 2004-11-21 18:44:02 -0600 (3 years 5 months ago) | Author: bamboo | Changeset: 1275

Copied (2 times):

struct keyword

1252 annotated / raw | Diffs: previous, other | Lines: 1248 ( +5, -5 )

Created: 2004-11-15 16:26:20 -0600 (3 years 5 months ago) | Author: bamboo | Changeset: 1252

Copied (3 times):

support for exposing methods with variable number of arguments

1245 annotated / raw | Diffs: previous, other | Lines: 1248 ( +10, -5 )

Created: 2004-11-09 21:11:12 -0600 (3 years 6 months ago) | Author: bamboo | Changeset: 1245

ast changes necessary to support multidimensional arrays

1241 annotated / raw | Diffs: previous, other | Lines: 1243 ( +32, -1 )

Created: 2004-11-08 08:02:20 -0600 (3 years 6 months ago) | Author: bamboo | Changeset: 1241

bin was updated by accident with an invalid version

1112 annotated / raw | Diffs: previous, other | Lines: 1206 ( +5, -0 )

Created: 2004-10-09 14:38:36 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1112

bitwise and operator; better handling of last values in booish

1037 annotated / raw | Diffs: previous, other | Lines: 1200 ( +14, -0 )

Created: 2004-09-25 15:08:52 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1037

Copied to: branches/stable/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 1043

initial goto support (necessary for yield)

1000 annotated / raw | Diffs: previous, other | Lines: 1144 ( +1, -1 )

Created: 2004-09-14 18:59:59 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1000

use def instead of do for closures; TernaryExpression ast node

875 annotated / raw | Diffs: previous, other | Lines: 1144 ( +8, -0 )

Created: 2004-08-22 17:01:24 -0500 (3 years 8 months ago) | Author: bamboo | Changeset: 875

Copied (19 times):

BOO-20: anonymous callable type notation

863 annotated / raw | Diffs: previous, other | Lines: 1136 ( +10, -0 )

Created: 2004-08-16 20:55:58 -0500 (3 years 8 months ago) | Author: bamboo | Changeset: 863

parsing of event declarations

855 annotated / raw | Diffs: previous, other | Lines: 1126 ( +1, -1 )

Created: 2004-08-15 19:19:33 -0500 (3 years 8 months ago) | Author: bamboo | Changeset: 855

closures with <> and do: syntaxes as well as ruby like block method passing

822 annotated / raw | Diffs: previous, other | Lines: 1126 ( +9, -2 )

Created: 2004-07-31 20:16:21 -0500 (3 years 9 months ago) | Author: bamboo | Changeset: 822

parser test cases are now automatically picked up from the tests/testcases/parser/roundtrip directory

819 annotated / raw | Diffs: previous, other | Lines: 1119 ( +53, -42 )

Created: 2004-07-31 14:15:20 -0500 (3 years 9 months ago) | Author: bamboo | Changeset: 819

Fixed BOO-76: Parse error with division; Included extended regex literals (@/foo bar/)

796 annotated / raw | Diffs: previous, other | Lines: 1108 ( +27, -22 )

Created: 2004-07-23 22:47:35 -0500 (3 years 9 months ago) | Author: bamboo | Changeset: 796

LGPL => BSD

751 annotated / raw | Diffs: previous, other | Lines: 1103 ( +19, -3 )

Created: 2004-07-15 19:08:18 -0500 (3 years 9 months ago) | Author: bamboo | Changeset: 751

BOO-8: import from clause for weird named assemblies

706 annotated / raw | Diffs: previous, other | Lines: 1087 ( +11, -16 )

Created: 2004-05-30 23:00:21 -0500 (3 years 11 months ago) | Author: rodrigob | Changeset: 706

Copied to: tags/BeforeEnumBuilderRemoval/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 714

MIT => LGPL

700 annotated / raw | Diffs: previous, other | Lines: 1092 ( +2, -2 )

Created: 2004-05-30 21:37:46 -0500 (3 years 11 months ago) | Author: rodrigob | Changeset: 700

Rodrigo Barreto de Oliveira

668 annotated / raw | Diffs: previous, other | Lines: 1092 ( +1, -0 )

Created: 2004-05-26 11:08:13 -0500 (3 years 11 months ago) | Author: rodrigob | Changeset: 668

BooPrinterVisitor wouldn't print the modifier of an unpack statement

580 annotated / raw | Diffs: previous, other | Lines: 1081 ( +50, -50 )

Created: 2004-05-19 09:54:58 -0500 (3 years 11 months ago) | Author: rodrigob | Changeset: 580

DepthFirstVisitor.Accept => DepthFirstVisitor.Visit

507 annotated / raw | Diffs: previous, other | Lines: 1081 ( +50, -50 )

Created: 2004-05-11 00:21:11 -0500 (4 years ago) | Author: rodrigob | Changeset: 507

refactoring

472 annotated / raw | Diffs: previous, other | Lines: 1081 ( +1, -1 )

Created: 2004-04-28 12:45:41 -0500 (4 years ago) | Author: rodrigob | Changeset: 472

IteratorExpression => GeneratorExpression

463 annotated / raw | Diffs: previous, other | Lines: 1081 ( +17, -5 )

Created: 2004-04-27 15:55:32 -0500 (4 years ago) | Author: rodrigob | Changeset: 463

variable argument lists (parser only)

462 annotated / raw | Diffs: previous, other | Lines: 1069 ( +9, -0 )

Created: 2004-04-27 15:35:27 -0500 (4 years ago) | Author: rodrigob | Changeset: 462

CallableBlockExpression

434 annotated / raw | Diffs: previous, other | Lines: 1060 ( +13, -26 )

Created: 2004-04-25 20:58:34 -0500 (4 years ago) | Author: rodrigob | Changeset: 434

expression interpolation could not deal with strings that contained things like '{0}'

433 annotated / raw | Diffs: previous, other | Lines: 1073 ( +11, -1 )

Created: 2004-04-25 18:11:45 -0500 (4 years ago) | Author: rodrigob | Changeset: 433

Boom => BooInMemory

423 annotated / raw | Diffs: previous, other | Lines: 1063 ( +4, -4 )

Created: 2004-04-24 11:11:57 -0500 (4 years ago) | Author: rodrigob | Changeset: 423

tuple => array: this is a better fit with the general framework terminology (ToArray, ToCharArray, etc) and semantics (homogeneous fixed-size container)

388 annotated / raw | Diffs: previous, other | Lines: 1063 ( +10, -0 )

Created: 2004-04-20 19:41:09 -0500 (4 years ago) | Author: rodrigob | Changeset: 388

corrected method resolution when internal type implemented at least interface; using macro now accepts arbitrary expressions; more test cases for inner classes and callable types

356 annotated / raw | Diffs: previous, other | Lines: 1053 ( +3, -3 )

Created: 2004-04-14 23:26:21 -0500 (4 years ago) | Author: rodrigob | Changeset: 356

Ast => Boo.Lang.Compiler.Ast

355 new/moved annotated / raw | Diffs: previous, other | Lines: 1053 ( +1053, -0 )

Created: 2004-04-14 23:24:12 -0500 (4 years ago) | Author: rodrigob | Changeset: 355

Moved from: trunk/src/Boo/Lang/Ast/Visitors/BooPrinterVisitor.cs 346

Ast => Boo.Lang.Compiler.Ast

346 annotated / raw | Diffs: previous, other | Lines: 1053 ( +19, -20 )

Created: 2004-04-12 18:04:21 -0500 (4 years 1 month ago) | Author: rodrigob | Changeset: 346

Moved to: trunk/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 355

Copied to: tags/BeforeSplitingBooLangCompiler/src/Boo/Lang/Ast/Visitors/BooPrinterVisitor.cs 350

MIT style license