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

https://github.com/d2verb/col


https://github.com/d2verb/col

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# What's this
A simple programming language

# How to use
```
$ python col.py examples/example1.col > output.S
$ gcc output.S
$ ./a.out
$ echo $?
42
```