head	1.7;
access;
symbols;
locks; strict;
comment	@# @;


1.7
date	2007.02.24.04.00.10;	author dschaefer;	state Exp;
branches;
next	1.6;
commitid	2e8945dfb8494567;

1.6
date	2007.01.04.04.15.43;	author dschaefer;	state Exp;
branches;
next	1.5;
commitid	5ea4459c7f4d4567;

1.5
date	2006.07.19.02.09.02;	author dschaefer;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.07.02.54.07;	author dschaefer;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.30.17.53.46;	author dschaefer;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.30.01.00.04;	author dschaefer;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.14.03.02.23;	author dschaefer;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Nuke the LPG C# parser generated files. I may switch back to ANTLR if we can get over the legal hurdles.
@
text
@<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
@


1.6
log
@Using LPG parser generator now.
@
text
@a5 1
	<classpathentry combineaccessrules="false" kind="src" path="/lpgdistribution"/>
@


1.5
log
@Created org.antlr plugin that we can contribute to Orbit when it passes legal.
@
text
@d6 1
@


1.4
log
@Upgraded to ANTLR 3.0 beta2.
@
text
@a3 3
	<classpathentry exported="true" kind="lib" path="antlr-2.7.6.jar"/>
	<classpathentry exported="true" kind="lib" path="stringtemplate-2.3b8.jar"/>
	<classpathentry exported="true" kind="lib" path="antlr-3.0b2.jar"/>
@


1.3
log
@Started a core tests plugin. Got hello world parsing without parse errors.
@
text
@d5 2
a6 2
	<classpathentry exported="true" sourcepath="C:/Eclipse/antlr/antlr-3.0b1/src" kind="lib" path="antlr-3.0b1.jar"/>
	<classpathentry exported="true" sourcepath="C:/Eclipse/antlr/antlr-3.0b1/src" kind="lib" path="stringtemplate-2.3b8.jar"/>
@


1.2
log
@Eliminated remainding ambiguities. Mind you I still have some rule parts commented out until I get things rolling more.

Also upgraded to ANTLR v3 beta 1.
@
text
@d4 3
a8 3
	<classpathentry kind="lib" path="antlr-2.7.6.jar"/>
	<classpathentry kind="lib" path="antlr-3.0b1.jar"/>
	<classpathentry kind="lib" path="stringtemplate-2.3b8.jar"/>
@


1.1
log
@First start of parser for C#.
@
text
@d7 2
a8 2
	<classpathentry kind="lib" path="antlr-3.0ea10.jar"/>
	<classpathentry kind="lib" path="stringtemplate-2.3b7.jar"/>
@

