Difference between revisions of "Yhc"

From HaskellWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
[[Image:Yhc_Logo.png|Yhc Logo]] <span style="font-size:24pt;font-weight:bold;">- York Haskell Compiler</span>
 
[[Image:Yhc_Logo.png|Yhc Logo]] <span style="font-size:24pt;font-weight:bold;">- York Haskell Compiler</span>
   
 
Warning, this compiler is not finished, and is not useable as a standard Haskell Compiler. It is also not an official York project.
<p style="border:2px solid red;background-color:#ffb;margin:20px;margin-left:50px;margin-right:50px;padding:3px;">
 
'''Warning:'''
 
This project is by no means finished, and is not useable as a standard Haskell compiler yet.
 
This project is run by 3 York [ex-]students, and is not an official York Uni project.
 
</p>
 
   
  +
== Further information ==
See the official home page at http://www.cs.york.ac.uk/~ndm/yhc/ (Most of that page will be moved to the wiki over time). The [http://haskell.org/hawiki/Yhc old haskell wiki] pages have been moved over.
 
  +
  +
* [http://yhc06.blogspot.com/ Blog]
  +
* [http://haskell.org/mailman/listinfo/yhc Mailing List] - users and developers
  +
* [http://www.indiegigs.co.uk:8010/ Build bot] - build status reports
  +
* [http://code.google.com/p/yhc/issues/list Bug tracker]
   
 
== Yhc Manual ==
 
== Yhc Manual ==

Revision as of 13:15, 25 September 2006

Part of Yhc

(Download)

Yhc Logo - York Haskell Compiler

Warning, this compiler is not finished, and is not useable as a standard Haskell Compiler. It is also not an official York project.

Further information

Yhc Manual

This is the official Yhc manual, feel free to edit it!

  1. Introduction - how to get it, who to contact
    • FAQ - Frequently Asked Questions
    • Using Yhc - short tutorial on yhc, yhi, yhe
  2. Options - command line options and environment variables
  3. Building - building yhc from source
  4. Hacking - how to hack on Yhc
    • Porting - how to port Yhc to a new architecture/platform
    • Debug Flags - flags to help debug the compiler
  5. Runtime System - information on the runtime system
  6. Applications - additional tools for use with Yhc
    • Yhe - the evaluator (like GHCi)
    • Pyhi - the python runtime
  7. API's - API (programmer libraries) we intend to provide
  8. Ideas - these are all for the future