<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Defining own schema</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : Defining own schema]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 02:58:15 +0000</pubDate>
  <lastBuildDate>Mon, 26 Apr 2010 11:25:27 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=16635</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Defining own schema : Hi.Is there a way to use regular...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16635&amp;PID=58206&amp;title=defining-own-schema#58206</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5701">4aeng</a><br /><strong>Subject:</strong> 16635<br /><strong>Posted:</strong> 26 April 2010 at 11:25am<br /><br />Hi.<br><br>Is there a way to use regular expressions in lex schema definitions?<br>I need to define tokens like this:<br><br>"&lt;&lt;" variable_name &#091;operator variable_name&#093; ";" format "&gt;&gt;"<br>variable_name = (a-z,A-Z,0-9,_)+<br>operator = {+,-,/,*,^,%}<br>format = (0-9)+ "S" (0-9)+ "D"<br><br>So &lt;&lt; and &gt;&gt; are the start resp. end tags of the whole token. This token consists of two parts which are seperated by the semicolon.<br>The first part includes a variable definition with an optional mathematical expression. The second part defines a format definition for the value of the variable resp. result of the expression. I want the SyntaxEdit control to recognize tokens and highlight them.<br><br>Is this possible with lex? Or is there a documentation of lex somewhere?<br><br>Best regards,<br>Ronald Unterberger<br>]]>
   </description>
   <pubDate>Mon, 26 Apr 2010 11:25:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16635&amp;PID=58206&amp;title=defining-own-schema#58206</guid>
  </item> 
 </channel>
</rss>