Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibara/cowgol-utilities
Quick utilities in Cowgol to try out the language.
https://github.com/ibara/cowgol-utilities
cowgol cpm msdos retrocomputing unix utilities utility
Last synced: 23 days ago
JSON representation
Quick utilities in Cowgol to try out the language.
- Host: GitHub
- URL: https://github.com/ibara/cowgol-utilities
- Owner: ibara
- Created: 2020-11-12T08:10:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T06:19:56.000Z (over 3 years ago)
- Last Synced: 2024-10-24T18:52:43.504Z (2 months ago)
- Topics: cowgol, cpm, msdos, retrocomputing, unix, utilities, utility
- Language: Makefile
- Homepage:
- Size: 50.8 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cowgol utilities
================
This repository contains some single-file utilities written in the
[Cowgol](http://cowlark.com/cowgol/) programming language.The utilities here are written on and built on an OpenBSD/amd64
system. These utilities are tested on OpenBSD/amd64 using the cgen
backend, PDP-11 with the unixv7 backend, and Intel 8080 with the
CP/M backend. They should work on all supported Cowgol systems.Utilities list
--------------
* bin2hex.cow: Binary to Intel HEX converter
* bfc.cow: Brainfuck to Cowgol transpiler
* cat.cow: Clone of Unix cat(1) utility
* dis8080.cow: Intel 8080 disassembler
* even.cow: Basic pager similar to more(1) or less(1)
* hexdump.cow: Hexdump utility
* rpn.cow: Reverse Polish notation calculatorstdcow
------
These utilties use stdcow, my standard library for Cowgol.
If you'd like to make changes to `stdcow.coh`, please submit those
changes to the [stdcow repository](https://github.com/ibara/stdcow).License
-------
ISC License. See individual files for more details.