From 9d7ba065e99cd213c9f6d737aadb8dcb3b57d58e Mon Sep 17 00:00:00 2001 From: Ronald Charles Moore <ronald.moore@h-da.de> Date: Wed, 29 Apr 2020 13:47:13 +0000 Subject: [PATCH] Updated README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e7a33..8a4cf33 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # CodeSamples -This project contains source code samples for compiler techology, in support of Prof. R. C. Moore's "Compiler Costruction" class (FbI, h_da). \ No newline at end of file +This project contains source code samples for compiler techology, in support of Prof. R. C. Moore's "Compiler Costruction" class (FbI, h_da). + +## Usage + +Please feel free to take this code and modify it as a basis for your projects, if you are a student in Prof. R. C. Moore's "Compiler Costruction" class. + +Please note in _your_ copy of _your_ source code where you got the code you have "borrowed". + +Note that the various samples found here have been taken from various different sources. + +## Sources + +Each directory in this repository has its own information (its own README.md file) detailing where the source code orginally appeared. + +See this documentation for more information about each directory. + +Signed, + +Prof. Dr. Ronald Charles Moore, +https://fbi.h-da.de/personen/ronald-moore/ +ronald.moore@h-da.de \ No newline at end of file -- GitLab