Giter Site home page Giter Site logo

phorward / colm-legacy Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 10.61 MB

COLM programming language / COmputer Language Machinery

License: MIT License

CMake 0.41% Makefile 0.32% C++ 71.52% C 26.43% Shell 0.02% Vim Script 0.27% M4 0.18% Ragel 0.86%

colm-legacy's Introduction

SUPPORTED ON
============

Colm is supported on Unix-like systems.

RUN-TIME DEPENDENCIES
=====================

Colm 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.

BUILD DEPENDENCIES
==================

For the program:

    make libtool gcc g++ autoconf automake

For the docucumentation:

    asciidoc

BUILDING
========

Colm is built in the usual autotool way:

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

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 is a vim syntax definition file colm.vim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.