/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-06-16 08:13:00 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20070616081300-jzd2i72ago5qgf81
Tags: 1.2.3
itex2MML 1.2.3
Allow \# for better (La)TeX compatibility.

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.2.2
2
 
 *   itex2MML.l last modified 5/6/2007
 
1
/*             itex2MML 1.2.3
 
2
 *   itex2MML.l last modified 6/15/2007
3
3
 */
4
4
 
5
5
%{
134
134
 
135
135
"+"    {if (itex2MML_rowposn==1) return UNARYPLUS; else {yylval=itex2MML_copy_string("+"); return MO;}}
136
136
 
 
137
"\\#" {yylval=itex2MML_copy_string("#"); return MOL;}
 
138
 
137
139
","   |
138
140
":"   |
139
141
"!"   |