https://github.com/d2verb/col
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d2verb/col
- Owner: d2verb
- Created: 2018-08-17T16:05:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T16:29:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T07:38:54.076Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```