From: Matthijs Kooijman Date: Mon, 28 Sep 2009 17:00:26 +0000 (+0200) Subject: Add outline for Prototype chapter. X-Git-Tag: final-thesis~251 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=d957c07d7ba3f6b2bccc6aafb1c8012882556c6e Add outline for Prototype chapter. --- diff --git a/Chapters/Prototype.tex b/Chapters/Prototype.tex new file mode 100644 index 0000000..1db9c6d --- /dev/null +++ b/Chapters/Prototype.tex @@ -0,0 +1,12 @@ +\chapter{Prototype} + Choice of Haskell + Core - description of the language (appendix?) + Stages (-> Core, Normalization, -> VHDL) + Implementation issues + + Haskell language coverage / constraints + Recursion + Builtin types + Custom types (Sum types, product types) + Function types / higher order expressions + diff --git a/Report.tex b/Report.tex index 40b94b6..c00b633 100644 --- a/Report.tex +++ b/Report.tex @@ -20,6 +20,7 @@ Matthijs Kooijman \completecontent \input Chapters/Introduction \input Chapters/HardwareDescription +\input Chapters/Prototype \input Chapters/Normalization \input Chapters/State \stoptext