/itexToMML

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/itexToMML/

« back to all changes in this revision

Viewing changes to itex-src/itex2MML.l

  • Committer: Jacques Distler
  • Date: 2007-04-30 06:34:12 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20070430063412-q6tevqwtrxlu3n36
Quadruple Prime
Added the quadruple prime character.

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.2
2
 
 *   itex2MML.l last modified 4/4/2007
 
1
/*             itex2MML 1.2.1
 
2
 *   itex2MML.l last modified 4/30/2007
3
3
 */
4
4
 
5
5
%{
148
148
"'"        {yylval=itex2MML_copy_string("′"); return MOL;}
149
149
"''"     {yylval=itex2MML_copy_string("″"); return MOL;}
150
150
"'''"  {yylval=itex2MML_copy_string("‴"); return MOL;}
 
151
"''''"  {yylval=itex2MML_copy_string("⁗"); return MOL;}
151
152
 
152
153
"\\alpha"   |
153
154
"\\beta" |