Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flimberger/sysprog

system programming at Hochschule Karlsruhe: simple compiler
https://github.com/flimberger/sysprog

Last synced: 11 days ago
JSON representation

system programming at Hochschule Karlsruhe: simple compiler

Awesome Lists containing this project

README

        

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.