Changes between Version 3 and Version 4 of soc2009


Ignore:
Timestamp:
Mar 18, 2009, 7:43:36 PM (14 years ago)
Author:
Eric Niebler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc2009

    v3 v4  
    4646 * Easier methods to write to_python/from_python converters
    4747
     48== Boost.Proto ==
     49
     50=== support for two-level (van Wijngaarden) grammars (niebler) ===
     51
     52Proto is essentially a compiler construction toolkit for DSELs. It allows you to define the grammar for the DSEL, but currently has no native support for DSEL type systems. Support for two-level grammars would fill that hole.
     53
     54The job would need a student who has experience with type theory and a solid grasp of C++ template metaprogramming. The can read more about the problem in this thread:
     55
     56[http://groups.google.com/group/boost-list/browse_frm/thread/df6ecfb0089b28fd]