An R6RS library for MathML
Scheme
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= sitelib/smathml
carview.php?tsp= tests/smathml
carview.php?tsp= .gitignore
carview.php?tsp= Makefile
carview.php?tsp= README

README

An R6RS library for MathML
== License
New BSD License
== Notes
* Tests needs Ypsilon [1] with an external library (xunit) [2];
  Run `YPSILON_SITELIB="path of (xunit)" make test'.
== References
[0] https://www.w3.org/TR/MathML2/
[1] https://code.google.com/p/ypsilon/
[2] https://github.com/tabe/xunit/