flimberger / sysprog

system programming at Hochschule Karlsruhe: simple compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Systemnahes Programmieren Wintersemester 2012
=============================================

         Hochschule Karlsruhe
        Technik und Wirtschaft

This is a simple compiler from the "Systemnahes Programmieren"-course.

The projects structure is as follows:
The root folder contains the directories doc, include, man and src.
doc contains all further documentation than the manual files, which are in man.
include contains all include files from the libraries, which are in lib.
Binaries are in bin.
In src is the source of all libraries and binaries.

About

system programming at Hochschule Karlsruhe: simple compiler

License:ISC License


Languages

Language:C 99.5%Language:C++ 0.5%