/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: 2008-09-05 13:49:02 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20080905134902-sdi3dn28nsr9nht3
Tags: 1.3.6
Version 1.3.6: \sslash

Add the \sslash command.

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.3.5
2
 
 *   itex2MML.l last modified 2/29/2008
 
1
/*             itex2MML 1.3.6
 
2
 *   itex2MML.l last modified 9/5/2008
3
3
 */
4
4
 
5
5
%{
113
113
"\\backslash"   {yylval=itex2MML_copy_string("\"); return MO;}
114
114
"\\smallsetminus"   {yylval=itex2MML_copy_string("﹨"); return MOF;}
115
115
 
 
116
"\\sslash" {yylval=itex2MML_copy_string("⃫"); return MO;}
 
117
 
116
118
"\\lfloor" |
117
119
"\\lceil"  |
118
120
"\\lang"   |