An open API service indexing awesome lists of open source software.

https://github.com/octaspire/dern

Programming language
https://github.com/octaspire/dern

c c99 programming-language scripting-language

Last synced: 10 months ago
JSON representation

Programming language

Awesome Lists containing this project

README

          

[![builds.sr.ht status](https://builds.sr.ht/~octaspire.svg)](https://builds.sr.ht/~octaspire?)
[![Build Status](https://travis-ci.org/octaspire/dern.svg?branch=master)](https://travis-ci.org/octaspire/dern)
[![Coverage Status](https://codecov.io/gh/octaspire/dern/coverage.svg?branch=master)](https://codecov.io/gh/octaspire/dern/branch/master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://choosealicense.com/licenses/apache-2.0/)

Programming language written in standard C99.

[https://octaspire.io](https://octaspire.io)

Please use the amalgamated release
`octaspire-dern-amalgamated.c` that
can be found from the `release`-directory.

It contains **everything** needed to build
and run Dern REPL, unit test runner or use Dern
in other programs.

The Makefile is used only in development
builds when developing Dern itself, and it
will run only on some platforms. The amalgamated
release can be used in all platforms without
any build or metabuild tools.

See the manual for more information.