Kent Retargettable Occam Compiler 1.5.0-pre4 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Kent Retargettable Occam Compiler 1.5.0-pre4 (Development branch)
# 1  
Old 09-03-2008
Kent Retargettable Occam Compiler 1.5.0-pre4 (Development branch)

The Kent Retargettable Occam Compiler is a multi-platform Occam 2.1 compiler that is designed to allow the Occam programming language to be used on non-Transputer platforms. Extensions from a subset of the Occam 3 specification and from pi calculus have been added over time. As a result, the version of the language supported by the compiler is also sometimes referred to as Occam 2.5 or Occam-pi.License: GNU General Public License (GPL)Changes:
A variety of library and tool updates and bugfixes. Pony (network) support should now be available again.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies
Login or Register to Ask a Question
SFC(1)							      General Commands Manual							    SFC(1)

NAME
sfc - The SyFi Form Compiler SYNOPSIS
sfc [OPTIONS] input.form ... DESCRIPTION
The SyFi Form Compiler (SFC) is a form compiler from the FEniCS project, compiling variational forms from the Unified Form Language (UFL) to efficient C++ implementations of Unified Form-assembly Code (UFC). SFC uses symbolic expressions for finite elements from SyFi. OPTIONS
-h, --help Display help text and exit. -o DIRECTORY, --outputdir DIRECTORY Output directory. -p PREFIX, --prefix PREFIX Prefix string. -O LEVEL Compiler optimization level. -c CACHE, --cache CACHE Use JIT compiler cache. -i METHOD, --integration-method METHOD Specify integration method. METHOD may be either quadrature (default) or symbolic. -d ORDER, --integration-order ORDER Specify integration order. -w, --dolfin-wrappers Generate DOLFIN C++ wrapper code. -b, --benchmark Run benchmark of element tensor computation. -s, --safemode Use safe mode when generating (quadrature) code, writing complete integrand expressions unmodified. -g DEBUGLEVEL, --debug DEBUGLEVEL Enable generation of debugging code. -t, --timing Enable timing of code generation process. BUGS
Send comments, questions, bug reports etc. to syfi-dev@fenics.org. LICENSE
SFC is licensed under the GNU LGPL Version 2, the same AUTHOR
SFC is written by Martin Sandve Alnaes <martinal@simula.no> and Kent-Andre Mardal <kent-and@simula.no>. This manual page is written by Johannes Ring <johannr@simula.no>. SFC(1)