Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spicy authored Apr 13, 2023
1 parent a186473 commit d3c130b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# PredictiveParser
Given the following CFG and the parsing table, write a program to trace input strings over the alphabet { i, +, - , *, / ), ( } and ending with $.
[![C++](https://img.shields.io/badge/language-C++-blue)](https://en.wikipedia.org/wiki/C%2B%2B)
[![Windows](https://img.shields.io/badge/platform-Windows-yellow)](https://en.wikipedia.org/wiki/Microsoft_Windows)
[![Issues](https://img.shields.io/github/issues/spicy/Detection.svg?style=plastic)](https://github.com/spicy/PredictiveParser/issues)

Given the following CFG and the parsing table, write a program to trace input strings over the alphabet { i, +, - , *, / ), ( } and ending with $ in C++.

## Contributors
- **Developer** - Daniel Currey
- **Developer** - Malka Lazerson
- **Developer** - Anthony Ruiz

## Use Requirements

## How to run
* Get the most recent build by going to https://github.com/spicy/PredictiveParser/releases/latest

## How to Build
* Build on Visual Studio IDE should be made in x86, C++.

## License
> Copyright (c) Daniel Currey

0 comments on commit d3c130b

Please sign in to comment.