Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tcort/edgar

an interpreter for the edgar programming language
https://github.com/tcort/edgar

edgar interpreter

Last synced: about 2 months ago
JSON representation

an interpreter for the edgar programming language

Awesome Lists containing this project

README

        

# The Edgar Programming Language

`edgar(1)` is an interpreter for the edgar programming language.

## Requirements

* C compiler and standard build tools (make, sh, ...).
* [cmake](https://cmake.org/)
* [GNU MP](http://gmplib.org/)

## Building

Standard cmake build (`make test` runs the test suite):

$ cd bin
$ cmake ..
$ make
$ make test
# make install

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request