Skip to content

Devking/Rust-CFG-Parser-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust CFG Parser

CS6353 Spring 2015 Assignment 2

This repository tracks some of the Rust programming that I worked on during the spring of 2015 as part of my graduate CS6353 Programming Languages course. For this assignment, I was tasked with writing a very simplistic CFG (Context-Free Grammar) parser using a new programming language. The language we selected was Rust Beta, and we were given about two weeks to learn the language and complete the assignment.

Note that Rust Beta lacked many of the niceities that Rust today includes. For more details on the assignment specs, see the PDF included in this repository.

About

A CFG Parser coded in Rust Beta for my 2015 graduate Programming Languages course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages