mapron / simple-compiler-LALR

Simple procedural language compiler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-compiler-LALR

This is my coursework when I had "Compilators" course.

Common algorithm: -Grammar is loaded from "grammar" file. -LALR lexer is built; -Then scanner processes "in.txt" file -Building AST -Creating x86 COM file.

Hello world and simple arythmetics works =)

About

Simple procedural language compiler.

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 100.0%