Port details |
- colm Colm Programming Language
- 0.14.7.43 lang =2 0.14.7.43Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-11-25 09:39:05
- Last Update: 2022-11-26 19:37:23
- Commit Hash: 4e7f40e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/adrian-thurston/colm
- Description:
- Colm is COmputer Language Machinery.
Colm is a programming language designed for the analysis and transformation of
computer languages.
Colm is influenced primarily by TXL.
Features:
* Colm's main contribution lies in the parsing method.
* Colm's parsing engine is generalized, but it also allows for the construction
of arbitrary global data structures that can be queried during parsing. In
other generalized methods, construction of global data requires some very
careful consideration because of inherent concurrency in the parsing method.
It is such a tricky task that it is often avoided altogether and the problem
is deferred to a post-parse disambiguation of the parse forest.
* By default Colm will create an elf executable that can be used standalone for
that actual transformations.
* Colm is a static and strong typed scripting language.
* Colm is very tiny and fast and can easily be embedded/linked with c/cpp
programs.
* Colm's runtime is a stackbased VM that starts with the bare minimum of the
language and bootstraps itself.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/colm/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/colm
- pkg install colm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: colm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1669364665
SHA256 (adrian-thurston-colm-0.14.7-43-gd00ef793_GH0.tar.gz) = 2a2f18b28319b8b4f8a17e58885ee7f5093a531f36da1ac120e7466742076eef
SIZE (adrian-thurston-colm-0.14.7-43-gd00ef793_GH0.tar.gz) = 1764267
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- bash : shells/bash
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_colm
- USES:
- autoreconf gmake libtool shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.14.7.43 26 Nov 2022 19:37:23 |
Yuri Victorovich (yuri) |
lang/colm: Add PORTSCOUT tag
Reported by: fallout |
0.14.7.43 25 Nov 2022 09:37:16 |
Yuri Victorovich (yuri) |
lang/colm: New port: Colm Programming Language |
Number of commits found: 2
|