Description: The implementation of a CSS parsing, the syntax to achieve a more powerful function
Whether learning compiler theory or to learn C# have a lot of help
To Search:
File list (Check if you may need any files):
CSS2 v3.02.1.atg
CSSParser
.........\CSSParser.cs
.........\CSSParser.csproj
.........\CSSRenderer.cs
.........\HSV.cs
.........\HTMLRenderer.cs
.........\Model
.........\.....\Attribute.cs
.........\.....\AttributeOperator.cs
.........\.....\Combinator.cs
.........\.....\CSSDocument.cs
.........\.....\Declaration.cs
.........\.....\Directive.cs
.........\.....\DirectiveType.cs
.........\.....\Expression.cs
.........\.....\Function.cs
.........\.....\IDeclarationContainer.cs
.........\.....\IRuleSetContainer.cs
.........\.....\Medium.cs
.........\.....\RuleSet.cs
.........\.....\Selector.cs
.........\.....\SimpleSelector.cs
.........\.....\Term.cs
.........\.....\TermType.cs
.........\.....\Unit.cs
.........\Parser.cs
.........\Properties
.........\..........\AssemblyInfo.cs
.........\Scanner.cs
CSSParserTest
.............\CSS 32.ico
.............\CSSParserTest.csproj
.............\CSSViewer.cs
.............\CSSViewer.Designer.cs
.............\CSSViewer.resx
.............\Form1.cs
.............\Form1.Designer.cs
.............\Form1.resx
.............\GenericSerializer.cs
.............\Program.cs
.............\Properties
.............\..........\AssemblyInfo.cs
.............\..........\Resources.Designer.cs
.............\..........\Resources.resx
.............\..........\Settings.Designer.cs
.............\..........\Settings.settings
.............\TextInput.cs
.............\TextInput.Designer.cs
.............\TextInput.resx
CSSParser.sln
CSS2 v3.png
Parser.frame
Scanner.frame
CSSParser\Model\ValueType.cs
.........\.....\CSS.cs
.........\.....\CSSRenderer.cs
.........\.....\Import.cs
.........\.....\ISelectorContainer.cs
.........\.....\Media.cs
.........\.....\MediaTag.cs
.........\.....\Property.cs
.........\.....\PropertyValue.cs
.........\.....\Tag.cs
.........\.....\TagType.cs