code with Lua. Based on a "cleaned" header file, toLua automatically
generates the binding code to access C/C++ features from Lua. Using
Lua-5.0 API and tag method facilities, the current version automatically
maps C/C++ constants, external variables, functions, namespace,
classes, and methods to Lua. It also provides facilities to create
Lua modules.
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
code with Lua. Based on a "cleaned" header file, toLua automatically
generates the binding code to access C/C++ features from Lua. Using
Lua-5.0 API and tag method facilities, the current version automatically
maps C/C++ constants, external variables, functions, namespace,
classes, and methods
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
The asn1c compiles ASN.1 (Abstract Syntax Notation One)
specifications into the C source code. This compiler supports
automatic constraints checking code generation, parametrization,
basic support for Information Object Classes. The produced C code
contains the codecs for BER & DER encoding rules.
PR: ports/71560.
Submitted by: Lev Walkin <vlm@lionet.info>
ANSI-C compiler that targets the Intel 8051, Maxim 80DS390 and the Zilog
Z80 based MCUs.
PR: ports/66262
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
The libjit library implements Just-In-Time compilation
functionality. Unlike other JIT's, this one is designed to be
independent of any particular virtual machine bytecode format
or language. The hope is that Free Software projects can get a
leg-up on proprietry VM vendors by using this library rather
than spending large amounts of time writing their own JIT from
scratch.
This JIT is also designed to be portable to multiple
archictures. If you run libjit on a machine for which a native
code generator is not yet available, then libjit will fall back
to interpreting the code. This way, you don't need to write
your own interpreter for your bytecode format if you don't want
to.
PR: ports/66038
Submitted by: michael johnson <ahze@ahze.net>
as a bunch of ports and a meta-port.
ml-pnet: Some of the Mono upper-level libraries in a form that can be easily
compiled and used with pnet's CLI implementation.
pnet: A meta-port for all these ports.
pnet-base: A runtime engine, C# compiler and a host of useful development
tools, all written in C.
pnetc: pnetC project, an ANSI C library that can be compiled down to IL
using Portable.NET's cscc compiler.
pnetlib: C# class libraries.
PR: ports/60408, ports/60409, ports/60413, ports/60453
Submitted by: michael johnson <ahze@ahze.net>
from GCC's tree-ssa-20020619-branch and still this
is alpha stage.
you can invoke Fortran by typing gfortran or g95,
Note: gcc-3.5 will include this effort.
* Welcome lang/ghc5 after repocopy from lang/ghc.
* Say goodbye to lang/ghc6.
* Fix dependency of devel/hs-tclhaskell-ghc and devel/hs-uni.
Approved by: portmgr (marcus), maintainer
Repocopy by: joe