There are a few obvious next steps for the Scheme re-implemenation of sweet-expressions: * Re-add the code to annotate positions. The main one is probably a simple wrapper around it_expr. * Detect and report (more) error conditions where invalid expressions are entered (some are already marked as TODO) * Handle errors. This would be most easily handled by raising an exception, except that R5RS doesn't have those... but many Scheme do have something like it. So plan to raise an exception when there's an error in indent processing, and at the top t_expr catch it. * Then switch to the new implementation and remove the old one.
Sound reasonable? Comments? --- David A. Wheeler ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss