4tH compiler 3.5c (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News 4tH compiler 3.5c (Default branch)
# 1  
Old 12-24-2007
4tH compiler 3.5c (Default branch)

Image4tH is a Forth compiler with a little difference.Instead of the standard Forth engine it features aconventional compiler. 4tH is a very smallcompiler that can create bytecode, C-embeddablebytecode, standalone executables, but also worksfine as a scripting language. It supports about 95%of the ANS Forth CORE wordset and featuresconditional compilation, pipes, files, assertions,forward declarations, enumerations, structures,suspended execution, recursion, include files,etc. It comes with an RPN calculator, line editor,compiler, decompiler, C-source generator, a virtual machine, and a multitasking environment.License: GNU Lesser General Public License (LGPL)Changes:
The words C and OFFSET have been added. The multitasking environment has been fully integrated in the source tree.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
g-ir-compiler(1)					      General Commands Manual						  g-ir-compiler(1)

NAME
g-ir-compiler - typelib compiler. SYNOPSIS
g-ir-compiler [OPTION...] GIRFILE DESCRIPTION
g-ir-compiler converts one or more GIR files into one or more typelib. It can either emit the raw typelib blob (default behavior) or C code (--code). The output will be written to standard output unless the --output is specified. OPTIONS
---help Show help options ---code Emit C code which is suitable for including in a shared library instead of a raw typelib. ---output=FILENAME Save the resulting output in FILENAME. ---verbose Show verbose messages ---debug Show debug messages ---no-init Do not include an initialization snippet to register the typelib in the respository. This can only be used if --code is also speci- fied. ---includedir=DIRECTORY Adds a directory which will be used to find includes inside the GIR format. ---module=MODULE FIXME ---shared-library=FILENAME Specifies the shared library where the symbols in the typelib can be found. The name of the library should not contain the leading lib prefix nor the ending shared library suffix. BUGS Report bugs at http://bugzilla.gnome.org/ in the glib product and introspection component. HOMEPAGE and CONTACT http://live.gnome.org/GObjectIntrospection AUTHORS
Mattias Clasen g-ir-compiler(1)