RE: student compiler in Haskell

2000-09-06 Thread Chris Angus
I have used alex / happy a few times without too many problems I believe happy now contains yacc style information for operator precidence :-). If I were you I would use Happy + Alex for the scanner/parser. but use asdl for the definition of the data structures. (There is a link to this from

Re: Programming in Turkish

2000-09-06 Thread Nick Dyson
The case for Turkish is stronger than that of Latin! In Turkish:- There are no agreements (in number or gender - there is no gender or noun classes); All verbs are regular, vowel harmonies are regular. Word order is well defined and highly agglutinated. And as a bonus the latinised script

Inspired Internet Business Opportunity!

2000-09-06 Thread jo333_4
Greetings, Have you ever asked yourself, "If only I could find an easier way to make a higher income" and "If I had more money, I could spend more time with my family, and less time at work" and "I sure could use more money so I could pay off my bills once and for all" and "I would love to get

Another Haskell ICFP programming competition entry

2000-09-06 Thread Andy Gill
Galois Connections submitted an entry to the ICFP programming competition. Here are some notes about our entry. * Completeness - It provided a solution to the Tier 3 requirements. * Language - It was written completely in Haskell98, compiling in Hugs and GHC-4.08. - It was around 2000

Profiling for WinNT missing in ghc-4.08.1

2000-09-06 Thread Andreas Marth
Hallo everybody! I just installed the ghc-4.08.1 but the profiling doesn't work. I expected that because when I checked the Box for Profiling it said 0k is needed. Is this just a bug in the install shield? Could I get the p_hi files from somewhere? Is it a big problem thet You couldn't solve

Failed install of binary 4.08.1

2000-09-06 Thread Niall Dalton
Hi, Got a failed install on the binary release of ghc-4.08.1 using the sparc-sun-solaris2 package. Cya, Niall bash-2.03$ make install Configuring ghc, version 4.08.1, on sparc-sun-solaris2 ... Creating a configured version of ghc-4.08.1 .. cat: cannot open

static linking on cygnus

2000-09-06 Thread Sven Eric Panitz
i am using ghc4.08 on cygnus and wanted to build my project with the '-static' option. Unfortunately this fails with the appended message. Any idea what I do wrong? E:/ghc/ghc-4.08/lib/libHSstd_cbits.a(openFile.o)(.text+0x17f):ghc4632.c: undefined reference to `__imp__iob'