<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 220: Parse error on class constructor and class destructor</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/220/" rel="alternate"/><link href="https://sourceforge.net/p/jedicodeformat/bugs/220/feed.atom" rel="self"/><id>https://sourceforge.net/p/jedicodeformat/bugs/220/</id><updated>2010-03-16T20:05:55Z</updated><subtitle>Recent changes to 220: Parse error on class constructor and class destructor</subtitle><entry><title>Parse error on class constructor and class destructor</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/220/" rel="alternate"/><published>2010-03-16T20:05:55Z</published><updated>2010-03-16T20:05:55Z</updated><author><name>TridenT</name><uri>https://sourceforge.net/u/trident/</uri></author><id>https://sourceforge.net4fccd7900f7ea209032870d04269856c0ffb7d3c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;class constructor and class destructor are valid delphi syntax, but the parser throw an exception.&lt;/p&gt;
&lt;p&gt;TBox = class&lt;br /&gt;
private&lt;br /&gt;
class var FList: TList&amp;lt;Integer&amp;gt;;&lt;br /&gt;
class constructor Create;&lt;br /&gt;
class destructor Destroy;&lt;br /&gt;
end;&lt;/p&gt;
&lt;p&gt;Tested with Jcf v2.43&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>