Colm

Jul 20, 2023

Colm Programming Language

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.


Checkout these related ports:
  • Zig - Language designed for robustness, optimality, and maintainability
  • Zephir - Zephir is a transpiled language used for creating C-extensions for PHP
  • Ypsilon - Scheme implementation for real-time applications
  • Yorick - Interpreted language for scientific simulations
  • Yap - High-performance Prolog compiler
  • Yap-devel - High-performance Prolog compiler
  • Yabasic - Yet another Basic for Unix and Windows
  • Voc - Vishap Oberon Compiler for Oberon-2
  • Vala - Programming language and compiler that converts Vala code into C code
  • V8 - Open source JavaScript engine by Google
  • V8-beta - Open source JavaScript engine by Google
  • V - V Programming Language
  • Urweb - Ultimate host for embedded domain-specific languages
  • Ucc - C Compiler Which Implements the ANSI C89 Standard
  • Twelf - Meta-logical framework for deductive systems