treeDweller98 / simple-slr-parser

CSC313-1 Autumn 2021 Compiler Construction Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-slr-parser

CSC313-1 Autumn 2021 Compiler Construction Project

A parser that takes an arithmetic expression as a string that contains numbers and the characters ( ) + *. Outputs whether the expression could be parsed or a descriptive error.

About

CSC313-1 Autumn 2021 Compiler Construction Project


Languages

Language:C++ 100.0%