Search results

Jump to navigation Jump to search
  • * A Haskell compiler able to generate, directly or indirectly, native browser code. == Compiler ==
    5 KB (732 words) - 13:18, 26 March 2008
  • ...xtns.html#parallel-list-comprehensions parallel array comprehensions], the compiler option <tt>-fglasgow-exts</tt> is required.
    2 KB (314 words) - 01:02, 28 August 2008
  • ...hen be converted to a traditional, batch optimization for practical use by compiler users.
    1 KB (186 words) - 06:37, 16 September 2013
  • = Inhabiting Habit: An Introduction to the Habit Compiler = implementation of the Habit compiler prototype, combining a
    1 KB (189 words) - 06:37, 16 September 2013
  • Haskell compiler (HBC) for Linux. <p><em>HBC Haskell compiler - 0.999.1</em>. Lennart Augustsson
    4 KB (607 words) - 12:07, 13 January 2007
  • [[GHC_optimisations#Inlining|Function inlining]] means that the compiler does not insert a function call into the machine code but inserts the whole
    246 bytes (35 words) - 15:59, 18 January 2008
  • ...g|Yhc Logo]] <span style="font-size:24pt;font-weight:bold;">- York Haskell Compiler</span> ...g, this compiler is not finished, and is not useable as a standard Haskell Compiler. It is also not an official York project.
    4 KB (567 words) - 18:03, 10 May 2011
  • It is often useful to have the compiler infer types for you ==Compiler support==
    2 KB (258 words) - 12:45, 9 September 2006
  • * Anything with FIXME in the compiler * Write integrated yhci, which uses the compiler directly
    1 KB (198 words) - 15:49, 24 August 2006
  • ...ul theories: attribute grammar tools and articles of the Essential Haskell Compiler project. It is no wonder that it is exactly a compiler project homepage that provides good circular programming and attribute gram
    4 KB (598 words) - 07:06, 26 January 2018
  • [[Category:Compiler tools]] ...module that will do the parsing. Typical usage in in the second stage of a compiler, where it will be used to generate an abstract syntax tree.
    859 bytes (138 words) - 12:00, 19 April 2021
  • * any C compiler ...lease note that yhc is still not finished, so don't expect a full polished compiler yet!
    2 KB (376 words) - 11:44, 12 February 2010
  • ...tivity demo application] using the [http://ajhc.metasepi.org/ Ajhc Haskell compiler] for example. There has also been some success in compiling GHC as a cross compiler. See below.
    3 KB (428 words) - 06:02, 17 September 2016
  • the first full release of the Glasgow Haskell Compiler (GHC, version 0.10). The compiler runs on SUN3/SunOS 4.1.2, Sequent Symmetry/Dynix 3.1.4,
    4 KB (611 words) - 05:59, 21 August 2007
  • ...ules into subdirectories of the cache directory. It will then execute your compiler replacing the --internet options with -i options pointing to the correspond
    2 KB (269 words) - 11:38, 13 January 2007
  • ...dea is that as you are editing away, it occasionally calls the interpreter/compiler automatically and keeps track of whether the code works or not. You can fai
    473 bytes (73 words) - 10:46, 18 May 2012
  • * Yhc (Haskell) - the compiler - a lot of this is quite old code and could do with modifications. Everywhe * Minor cleanups / bug fixes to the runtime or compiler, to <tt>shackell -AT- cs -DOT- york -DOT- ac -DOT- uk</tt>
    2 KB (393 words) - 17:00, 16 January 2006
  • ...till in the Testing tree, i.e. the haskell Compiler (GHC / Glasgow Haskell Compiler), that needs to be in its 6.8 version, and also other libraries and program
    2 KB (375 words) - 04:11, 24 February 2008
  • ...shady-graphics shady-graphics library: Functional GPU programming - DSEL & compiler] ...g/package/shady-gen shady-gen library: Functional GPU programming - DSEL & compiler]
    2 KB (326 words) - 16:15, 26 March 2017
  • == '''GHC''' el [[Glasgow Haskell Compiler]] == ...s/hbc/hbc.html '''HBI''' and '''HBC'''], Chalmers' Haskell Interpreter and Compiler ==
    5 KB (774 words) - 19:36, 10 November 2006
  • ...the main Yhc source tree and is moving towards closer integration with the compiler. The Yhc compiler generally produces a binary [[Yhc/RTS/hbc|bytecode]] file (usually named wi
    3 KB (472 words) - 15:25, 9 November 2006
  • === Compiler plugins for GHC === I plan on helping integrate and maintain compiler plugins for GHC. My work at the hackathon will be to try and get the curren
    4 KB (594 words) - 12:51, 17 December 2012
  • [[Category:Compiler tools]]
    595 bytes (95 words) - 19:04, 1 February 2007
  • ...hask>f</hask> around. However, if this is actually more efficient then the compiler should do such a transformation itself.
    1 KB (226 words) - 23:02, 18 April 2021
  • * A compiler infrastructure [[Category:Compiler tools]]
    2 KB (204 words) - 11:22, 2 October 2020
  • ...Please note that the compilation of wxWidgets also works without the mingw compiler, but all programs linked with it will fail mysteriously! ...so need the minimalist gnu compiler, called ''mingw''. Compiling with this compiler has the extra advantage that the resulting executables or no longer depende
    5 KB (902 words) - 19:36, 5 April 2015
  • ...t indicate a design flaw! Sometimes you write an incorrect program and the compiler suggests to use a language extension to resolve that. It is a quick fix to * It complicates the installation, if a user has to install a particular compiler to use your library.
    3 KB (387 words) - 05:21, 12 July 2021
  • [[Category:Libraries]] [[Category:Compiler tools]]
    386 bytes (51 words) - 22:04, 27 December 2013
  • ...veloped 2005-2006 and runs with the current version of the Glasgow Haskell Compiler (ghc-6.10.1).
    482 bytes (58 words) - 04:54, 12 July 2021
  • If you do not have an explicit export list in a module, the compiler must assume that everything in that module will be exported. This disables * The compiler has more flexibility regarding calling conventions and the like for functio
    1 KB (183 words) - 07:47, 20 April 2021
  • A language pragma directs the Haskell compiler to enable an extension or modification of the Haskell language. Language pr For the [[GHC]] compiler, language pragmas can also be specified using the "-X" flag, either for the
    2 KB (248 words) - 14:43, 5 January 2024
  • Haskell has an INLINE pragma that can be used to indicate to the compiler that you would like a function's definition to be inlined at each call site
    449 bytes (68 words) - 11:28, 13 January 2007
  • === 18:15, A compiler for a simulation- and testing language in Haskell -- Bernd Holzmüller === ...vior of distributed system components (event/message based, reactive). The compiler was written in Haskell (with target language Ada). The Test system is used
    3 KB (391 words) - 19:44, 3 April 2008
  • a new version of hbc/lml.The Haskell B. compiler (hbc) has been the beta release of Yale Haskell, an optimizing compiler for Haskell
    4 KB (672 words) - 12:05, 13 January 2007
  • ...ore effects than the definition, or the regions are not as fresh, then the compiler will panic when type checking the core. [http://code.google.com/p/disciple/ * Other malformed source programs may result in a compiler panic, but should not cause problems at runtime.
    2 KB (394 words) - 11:57, 19 April 2021
  • * While compiling your program the compiler produces a type error long enough to overflow a kernel buffer, overwrite th * After trying to decipher the type errors from the compiler, your head explodes.
    3 KB (542 words) - 20:17, 12 October 2011
  • ..., as too many copies can increase compilation time and memory usage in the compiler. I will detail the problems of code blowup and compiler divergence, and their solutions.
    1 KB (221 words) - 06:35, 16 September 2013
  • == .hbc -> .abc compiler == ...e format, .abc. It also has a separate and stand alone .abc -> native code compiler. I'm not sure what optimisations are applied at each level, but this might
    5 KB (836 words) - 23:05, 10 March 2008
  • -- now, GHC is a pretty smart compiler, so you should get *the same* -- Know your compiler, and you'll know your code.
    3 KB (535 words) - 04:40, 7 July 2007
  • However, when you write <hask>let</hask> the Haskell compiler will certainly decide to store the result.
    1,013 bytes (167 words) - 15:54, 9 November 2007
  • Unfortunately this won't be statically checked by the compiler.
    777 bytes (115 words) - 16:47, 6 April 2012
  • * Yale haskell compiler (Hudak et al)
    504 bytes (62 words) - 02:57, 29 June 2021
  • | Haskell-to-iPhone compiler, tricky iPhone stuff | Haskell-to-iPhone compiler (either as DSL or GHC Core -> iPhone)
    9 KB (1,319 words) - 13:09, 28 May 2016
  • === Glasgow Haskell Compiler (GHC) === ...Haskell, providing many language extensions. GHC is the de facto standard compiler if you want fast code. GHC is written in Haskell (plus extensions), and it
    9 KB (1,363 words) - 15:57, 9 March 2024
  • [[Category:Haskell Quiz solutions|Bytecode Compiler]] Complete solution with parser (cheating using Parsec), compiler, interpreter, evaluator and QuickCheck properties.
    5 KB (578 words) - 11:09, 13 January 2007
  • You need a C compiler - both gcc and MS Visual C are known to be OK. * scons build yhc - Only build the compiler.
    3 KB (476 words) - 16:33, 22 October 2010
  • [[Category:Compiler tools]]
    585 bytes (92 words) - 21:22, 29 August 2014
  • [[Category:Haskell Quiz solutions|Bytecode Compiler]] ...instance of Num, thus don't really need to define a parser as long as the compiler is launched interpreted via 'ghc -e' . This trick is inspired from the Ruby
    3 KB (386 words) - 21:41, 23 April 2021
  • The Utrecht Haskell Compiler (UHC) has a JavaScript backend. This
    849 bytes (125 words) - 13:43, 17 December 2012
  • These libraries provide functionality to accept some form of output from a compiler, and produce linked Yhc Core. Some front-end specific optimizations may be This class of tools provides complete solutions to use a particular compiler with a patricular target platform.
    3 KB (402 words) - 10:10, 3 October 2008

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)