/css-parser

A program to parse a subset of CSS

Primary LanguageRustMIT LicenseMIT

CSS Parser

A parser for CSS written in Rust. This was a project for COSC 444 - Foundations of Automata and Langauges at Eastern Michigan University.

Usage

css-parser my-css-file.css

CSS Grammar

Due to provided time constraints, this project utilizes a simplified CSS grammar that can be found in GRAMMAR.md.

Build

Build the project from source by using cargo build --release.

Contributing

If you wish to contribute to this project, please see our Contributing Guidelines.