Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flimberger/sysprog
- Owner: flimberger
- License: isc
- Created: 2012-09-02T14:13:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-19T11:52:25.000Z (almost 12 years ago)
- Last Synced: 2024-04-18T07:04:57.498Z (8 months ago)
- Language: C
- Size: 3.45 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Systemnahes Programmieren Wintersemester 2012
=============================================Hochschule Karlsruhe
Technik und WirtschaftThis 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.