Skip to content

bruskajp/CS445-Compiler

Repository files navigation

lurching-towards-dragon

An immensely incomplete Pascal-lite compiler front-end.

Uses lex & yacc (scanner & parser) along with simple syntax tree and symbol table ("stack" of "hash tables") written in unoptimized C.

Caveat: memory leaks abound, documentation minimal at best. Intended to be used as a starter kit.

Source: based on excerpts from Dragon (1ed) book by Aho, Sethi and Ullman.

About

A compiler that I built for CS445 (Compiler Construction).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published