/C-Parser

A parser for C-programs, using a dynamic list-implementation and an abstract machine. This work is done for an exercise.

Primary LanguageC

C-Parser

This will be (the part of) a C-parser, using an abstract machine and a dynamic list-implementation. The whole wokr is done for a exercise during studies.