/ToyCompiler

A compiler written with C using Flex and Bison for a Toy programming language

Primary LanguageC

ToyCompiler

A compiler project for a Toy programming language. Created using using Flex and Bison. Currently included are Lexical and Semantical Analyzers/Parsers, test files, and a trie array structure that stores all outbound tokens from the lexical analyzer.

Written in C