Changes between Version 3 and Version 4 of soc2009
- Timestamp:
- Mar 18, 2009, 7:43:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc2009
v3 v4 46 46 * Easier methods to write to_python/from_python converters 47 47 48 == Boost.Proto == 49 50 === support for two-level (van Wijngaarden) grammars (niebler) === 51 52 Proto 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 54 The 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]