Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 615 Bytes

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.