how to run pas2C
authorvittorio.giovara@gmail.com
Mon, 23 Apr 2012 13:02:22 +0000
changeset 214 2c30f10b37a9
parent 213 a2be6fe1d509
child 215 55f40e0633a6
how to run pas2C
pas2CTutorial.wiki
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pas2CTutorial.wiki	Mon Apr 23 13:02:22 2012 +0000
@@ -0,0 +1,15 @@
+#summary One-sentence summary of this page.
+#labels Phase-Implementation
+
+= Introduction =
+
+this page is a stub
+
+
+= Details =
+
+ghci (from the tools folder)
+:load pas2c.hs
+pas2C "hwengine" (or any other module)
+
+then use clang to compile
\ No newline at end of file