lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
54 stars 33 forks source link

Convert Context Free Grammar to Pushdown automata #15

Open lawrancej opened 12 years ago

lawrancej commented 12 years ago

Write a visitor to convert grammar, terminal, and nonterminal into an equivalent pushdown automaton

aghon commented 12 years ago

Hi professor,

I'll take this one

Nomose