tpruzina / ifj14

pascal like interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ifj14

pascal like interpreter (school project for formal languages and compilers)

FEATURES: FSM lexer, recursive descent based parser (LL1), shunting yard based arithmetic expressions, abstract syntax tree IR (binary tree).

"features": swearwords in commit logs and code, mixed czech and english comments, mixed coding styles, ugly code made under time pressure and last minute hacks

assesment: 22/20 points (included extra points for extensions)

About

pascal like interpreter


Languages

Language:C 88.6%Language:Shell 10.4%Language:Makefile 0.7%Language:Pascal 0.2%Language:JavaScript 0.1%