hlefebvr / unige-top-down-parser

Very small top down parser as a university project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Very small top down parser as a university project


Languages

Language:C++ 53.7%Language:Makefile 30.8%Language:C 8.8%Language:Shell 6.4%Language:PHP 0.4%