colm-suite

Colm Language, includes Ragel 7.0+

  • 所有者: adrian-thurston/colm
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者adrian-thurston/colm
主编程语言C++
编程语言CMake, Makefile, C++, C, Shell, Vim script, M4, Ragel, Ruby, Python (语言数: 11)
平台
许可证MIT License
所有者活动
创建于2019-09-02 14:50:06
推送于2024-03-14 22:08:16
最后一次提交2023-03-12 13:17:42
发布数33
最新版本名称0.14.7 (发布于 )
第一版名称colm-0.1 (发布于 )
用户参与
星数173
关注者数9
派生数33
提交数5.6k
已启用问题?
问题数95
打开的问题数48
拉请求数17
打开的拉请求数2
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?