CIA.vc
Nemerle
Real-time open source activity stats
Stats » Projects » Nemerle
information
Photo
Nemerle is a new hybrid (functional, object-oriented and imperative) programming language for the .NET platform.
syndicateUTC clock
03:53 on Sep 03, 2010
event counters
The last message was received 0.99 years ago at 15:55 on Sep 07, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
6485 messages since the first one, 6.59 years ago, for an average of 8.9 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
15:55 on Sep 07, 2009Nemerle
Commit by VladD2 :: r8328 /nemerle/trunk/ (24 files in 14 dirs):
Working on Integration: Implemented completion in methods.
Compiler:
1. The ParseMember method was added into MainParser.
2. The ParsedImplemented & ParsedBody property was added into ClassMember.Function.
3. The ParsedParametersOpenLocation & ParsedParametersCloseLocation property was added into ClassMember.Property & into PFunHeader.
4. The ReportLocatedError macro was added. It macro allow to report errors with location.
#
14:38 on Sep 02, 2009Nemerle
Commit by VladD2 :: r8327 /nemerle/trunk/ (10 files in 7 dirs):
Working on Integration. Restore completion in namespaces.
#
08:21 on Sep 02, 2009Nemerle
Commit by VladD2 :: r8326 /nemerle/trunk/VsIntegration/ (14 files in 10 dirs):
Working on Integration. Restore completion in members bodies.
#
08:19 on Sep 02, 2009Nemerle
Commit by VladD2 :: r8325 /nemerle/trunk/ncc/ (2 files in 2 dirs):
Change type of "get" and "set" fields of ClassMember.Property to ClassMember.Function.
#
21:25 on Aug 31, 2009Nemerle
Commit by VladD2 :: r8324 /nemerle/trunk/ (123 files in 37 dirs):
Working on Integration.
1. Make redesign of callback interfaces. No more collections like SourceCollection or DefinedCollection.
2. Make redesign of relocation algorithm and background parsing.
3. Fix GotoFile dialog.
4. Prevent redirection of generated variable in intellisense mode.
5. Improve the structure comparison of CompileUnit algorithm. Now it use parsed version of data from PParameter and PFunHeader (see below).
Compiler fixes:
1. Fix locations generation in parser.
2. Improve redirection algorithm. Now it not lose location information.
3. Rename Fun_header into PFunHeader and TFunHeader (for parsed and typed version).
4. Rename Fun_parm into PParameter and TParameter (for parsed and typed version).
5. Add ParsedXxx members into Name, PParameter and PFunHeader which contains data which parsed from source and can't be changed.
6. Add Initializer field into ClassMember.Field. It contain initializer expression.
7. Introduce MemberBase class (based in DeclarationBase). This class contains information about location of member elements such as TypeParametersLocation, BodyOpenTokenLocation, BodyCloseTokenLocation, BodyInnerLocation and BodyLocation. All BodyLocation removed from other types which represent parsed members.
8. Implement macro Nemerle.Imperative.ResetMutableFields() which generate code which reset all mutable fields of class. See ManagerClass.ResetCompilerState() as sample.
9. Add new flag to Location which tell to compiler that source has been generated for this AST-node. Also add IsSourceAvailable which tell to compiler that source available and the compiler can generate debug information for it node.
#
19:35 on Aug 20, 2009Nemerle
Commit by VladD2 :: r8323 /nemerle/trunk/ncc/ (15 files in 5 dirs):
Fixing tests. And some bugs.
#
04:14 on Aug 19, 2009Nemerle
Commit by VladD2 :: r8322 /nemerle/trunk/ (3 files in 3 dirs):
Fix test. Work on VS Integration.
#
03:50 on Aug 19, 2009Nemerle
Commit by VladD2 :: r8321 /nemerle/trunk/ (49 files in 20 dirs):
Work on VS Integration.
#
09:47 on Aug 12, 2009Nemerle
Commit by VladD2 :: r8320 /nemerle/trunk/ (37 files in 18 dirs):
Work on VS Integration.
#
16:44 on Aug 08, 2009Nemerle
Commit by VladD2 :: r8319 /nemerle/trunk/ (4 files in 4 dirs):
Working on Integration. Working on braces batching.
#
10:57 on Aug 04, 2009Nemerle
Commit by divan :: r8318 /nemerle/trunk/ncc/Makefile:
Erase CompilerMessage/*.n line as CompilerMessages is gone.
#
09:14 on Aug 04, 2009Nemerle
Commit by VladD2 :: r8317 /nemerle/trunk/ (52 files in 23 dirs):
Work on VS Integration.
#
23:30 on Jul 30, 2009Nemerle
Commit by divan :: r8316 /nemerle/trunk/VsIntegration/Nemerle.Compiler.Utils/ (2 files in 2 dirs):
Follow rename to fix build.
#
22:32 on Jul 30, 2009Nemerle
Commit by divan :: r8315 /nemerle/trunk/ (6 files in 5 dirs):
Erase Nemerle.Collections.NoLinq aliases as such entities should not be multiplied unnecessarily.
#
22:19 on Jul 30, 2009Nemerle
Commit by divan :: r8314 /nemerle/trunk/lib/Nemerle.Collections.n:
Don't use aliased name in another alias.
#
22:04 on Jul 30, 2009Nemerle
Commit by VladD2 :: r8313 /nemerle/trunk/ (16 files in 11 dirs):
Working on Integration. Fix folding.
#
22:04 on Jul 30, 2009Nemerle
Commit by divan :: r8312 /nemerle/trunk/ (5 files in 4 dirs):
Rename AsArray to NToArray to be more consistent with .net names.
#
21:21 on Jul 30, 2009Nemerle
Commit by divan :: r8311 /nemerle/trunk/lib/ (2 files):
Move all implementations from Nemerle.Collections.NoLinq.n to Nemerle.Collections.n.
#
21:23 on Jul 29, 2009Nemerle
Commit by VladD2 :: r8310 /nemerle/trunk/VsIntegration/ (3 files in 3 dirs):
Working on Integration. Added folding.
#
12:11 on Jul 28, 2009Nemerle
Commit by VladD2 :: r8309 /nemerle/trunk/VsIntegration/Nemerle.Compiler.Utils/Async/ (AsyncRequest.n AsyncWorker.n):
Work on VS Integration.
#