-** R6RS's syntax-case
-
-Having syntax-case should enable Mes to run [[https://savannah.gnu.org/projects/nyacc][nyacc]], which comes with a
-full C parser.
-
-*** Get Andre van Tonder's portable syntax-case up.
- + This would avoid the psyntax.ss -> psyntax.pp -> psyntax.ss
- bootstrap problem with an elegantly small implementation.
-
- - Does this support the idea of a minimal mes.c core, or is too
- much Scheme support required in the core?
-*** Get a version of portable psyntax.pp up.
- + Fully standard complient R6RS macros.
- + Minimal mes.c core required (not even quasiquote?).
- - Sloooowwwww with intepreter?
-