Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcort/edgar
an interpreter for the edgar programming language
https://github.com/tcort/edgar
edgar interpreter
Last synced: 3 months ago
JSON representation
an interpreter for the edgar programming language
- Host: GitHub
- URL: https://github.com/tcort/edgar
- Owner: tcort
- License: gpl-3.0
- Created: 2013-07-22T10:54:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T11:19:52.000Z (about 4 years ago)
- Last Synced: 2024-08-03T18:15:57.918Z (6 months ago)
- Topics: edgar, interpreter
- Language: C
- Homepage:
- Size: 202 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- AwesomeInterpreter - edgar
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