Hi,
During November 15,16 we will organize a Moose Dojo at the University of Bern (starting at 09:00):
http://www.moosetechnology.org/events/2012-11-16-dojo
The goal of the sprint is to get as close as possible to a 4.7 release:
http://code.google.com/p/moose-technology/issues/list?can=2&q=milestone%3D4…
Some of the more important todos:
- Issue 799: Editing code in Glamour must be faster
- Issue 851: Create a stable version for Moose and all its subparts
- Issue 853: ConfigurationOfMoose should be split to reflect core vs suite
- Review and refactor old FAMIX Cook navigation
Cheers,
Doru
--
www.tudorgirba.com
"What we can governs what we wish."
Is there a way nice way to do a lookup in PP ?
for example, I want to ensure that I have a 'a' then a 'b'.
But I don't wan't to consume 'b'
'a' asParser , 'b' asParser lookup
currently I implemented it with a double not :-)
'a' asParser , 'b' asParser not not
not very nice
nicolas