[go: up one dir, main page]

Menu

Commit [r25]  Maximize  Restore  History

* Added some badly needed tests for the parsing of manifest files.

* Fixed bug: Because of a copy-and-past-bug ManifestAttributes were not created by the parser.
* Created a superclass for ManifestDirective and ManifestAttribute that provides convenient access to the name and value of the directive or attribute.

rbeeger 2008-01-04

changed /trunk/src/net/beeger/osmorc/manifest/lang/ManifestParserDefinition.java
added /trunk/src/net/beeger/osmorc/manifest/lang/psi/AbstractBinaryManifestExpression.java
changed /trunk/src/net/beeger/osmorc/manifest/lang/psi/ManifestAttribute.java
changed /trunk/src/net/beeger/osmorc/manifest/lang/psi/ManifestDirective.java
changed /trunk/src/net/beeger/osmorc/manifest/lang/psi/ManifestHeader.java
added /trunk/src_test/net/beeger/osmorc/manifest/lang/ParsingTest.java