/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: 2010-07-20 18:05:52 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20100720180552-wcgj1yhgixq65d1e
Tags: 1.3.26
itex2MML 1.3.26

Fix \sslash (thanks to Toby Bartels).
Small refactoring in Ruby implementation.

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.3.25
2
 
 *   itex2MML.l last modified 6/9/2010
 
1
/*             itex2MML 1.3.26
 
2
 *   itex2MML.l last modified 7/20/2010
3
3
 */
4
4
 
5
5
%{
116
116
"\\backslash"   {yylval=itex2MML_copy_string("\"); return MO;}
117
117
"\\smallsetminus"   {yylval=itex2MML_copy_string("﹨"); return MOF;}
118
118
 
119
 
"\\sslash" {yylval=itex2MML_copy_string("⃫"); return MO;}
 
119
"\\sslash" {yylval=itex2MML_copy_string("⫽"); return MO;}
120
120
 
121
121
"\\lfloor" |
122
122
"\\lceil"  |