colm-suite

Colm Language, includes Ragel 7.0+

  • Owner: adrian-thurston/colm
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Colm.Net Suite of Programs
==========================

This package contains the Colm Programming Language, Ragel State Machine
Compiler 7.0+, and supporting libraries.

DEPENDENCIES

This package has no external dependencies, other than usual autotools and C/C++
compiler programs.

For the program:

make libtool gcc g++ autoconf automake

For the docucumentation:

  • asciidoc
  • fig2dev

BUILDING

Colm is built in the usual autotool way:

$ ./autogen
$ ./configure
$ make
$ make install

RUN-TIME DEPENDENCIES

The colm program depends on GCC at runtime. It produces a C program as output,
then compiles and links it with a runtime library. The compiled program depends
on the colm library.

Notes on RUNNING

To find the includes and the runtime library to pass to GCC, colm looks at
argv[0] to decide if it is running out of the source tree. If it is, then the
compile and link flags are derived from argv[0]. Otherwise, it uses the install
location (prefix) to construct the flags.

SYNTAX HIGHLIGHTING

There are vim syntax definition files colm.vim and ragel.vim

Main metrics

Overview
Name With Owneradrian-thurston/colm
Primary LanguageC++
Program languageCMake, Makefile, C++, C, Shell, Vim script, M4, Ragel, Ruby, Python (Language Count: 11)
Platform
License:MIT License
所有者活动
Created At2019-09-02 14:50:06
Pushed At2024-03-14 22:08:16
Last Commit At2023-03-12 13:17:42
Release Count33
Last Release Name0.14.7 (Posted on )
First Release Namecolm-0.1 (Posted on )
用户参与
Stargazers Count173
Watchers Count9
Fork Count33
Commits Count5.6k
Has Issues Enabled
Issues Count95
Issue Open Count48
Pull Requests Count17
Pull Requests Open Count2
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private