/simple-slr-parser

CSC313-1 Autumn 2021 Compiler Construction Project

Primary LanguageC++

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.