Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 294 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 294 Bytes

Top Down Parser small project

Very small top down parser as a university project.

It recognises strings formed by "begin...end" blocks and "(...)" blocks which must not overlap. The grammar has to start by a begin instruction. It then turns the input string in a correctly indented text.